Advertisement
Guest User

Untitled

a guest
Nov 11th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. Nov 11 15:08:58 cnc msgd:0: startup instance=inst0 pid=1969 flavor=xenomai rtlevel=1 usrlevel=1 halsize=512000 shm=Posix gcc=4.6.3 git=v2.6.0~pre~unified-build-candidate-3~63cc4bf
  2. Nov 11 15:08:59 cnc msgd:0: msgd:0: rtapi_app exit detected - shutting down
  3. Nov 11 15:08:59 cnc msgd:0: hal_lib:1971:rt config string '0x0378'
  4. Nov 11 15:08:59 cnc msgd:0: rtapi_app:1971:user rtapi_app:0: caught signal 11 - dumping core
  5. Nov 11 15:08:59 cnc msgd:0: normal shutdown - global segment detached
  6.  
  7. (gdb) bt
  8. #0 0xb7797424 in __kernel_vsyscall ()
  9. #1 0xb74e11df in raise () from /lib/i386-linux-gnu/libc.so.6
  10. #2 0xb74e4825 in abort () from /lib/i386-linux-gnu/libc.so.6
  11. #3 0x0804bcd9 in signal_handler (sig=11, si=0xbfb8712c, uctx=0xbfb871ac) at rtapi/xenomai/rtapi_app.cc:789
  12. #4 <signal handler called>
  13. #5 inb (__port=890) at /usr/include/i386-linux-gnu/sys/io.h:48
  14. #6 pins_and_params (argv=<optimized out>) at hal/drivers/hal_parport.c:608
  15. #7 rtapi_app_main () at hal/drivers/hal_parport.c:250
  16. #8 0x0804c1f9 in do_load_cmd (name=..., args=...) at rtapi/xenomai/rtapi_app.cc:289
  17. #9 0x0804c3a0 in handle_command (args=...) at rtapi/xenomai/rtapi_app.cc:384
  18. #10 0x0804b032 in master (args=..., fd=4, argv=0xbfb88a74, argc=1394449) at rtapi/xenomai/rtapi_app.cc:679
  19. #11 main (argc=<error reading variable: Cannot access memory at address 0x0>, argv=<error reading variable: Cannot access memory at address 0x4>)
  20. at rtapi/xenomai/rtapi_app.cc:1034
  21.  
  22. cnc@cnc:~/linuxcnc-mirror$ cat /proc/ioports |grep parp
  23. 0378-037a : parport0
  24. 0778-077a : parport0
  25. 1008-100a : parport2
  26. 100b-100f : parport2
  27. 1018-101a : parport1
  28. 101b-101f : parport1
  29.  
  30. cnc@cnc:~/linuxcnc-mirror$ id
  31. uid=1000(cnc) gid=1000(cnc) groups=1000(cnc),4(adm),7(lp),15(kmem),24(cdrom),27(sudo),30(dip),46(plugdev),111(lpadmin),112(sambashare),115(xenomai)
  32.  
  33. cnc@cnc:~/linuxcnc-mirror$ lsmod
  34. Module Size Used by
  35. coretemp 13204 0
  36. i915 406843 2
  37. gspca_pac7302 13323 0
  38. ppdev 12782 0
  39. gspca_main 27626 1 gspca_pac7302
  40. drm_kms_helper 45141 1 i915
  41. lpc_ich 16925 0
  42. drm 220141 3 i915,drm_kms_helper
  43. videodev 99854 1 gspca_main
  44. microcode 18209 0
  45. serio_raw 13031 0
  46. i2c_algo_bit 13197 1 i915
  47. parport_pc 31968 0
  48. parport 40762 2 ppdev,parport_pc
  49. video 18642 1 i915
  50. mac_hid 13037 0
  51. hid_generic 12445 0
  52. r8168 234966 0
  53. usbhid 41630 0
  54. hid 81915 2 hid_generic,usbhid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement