Am 16.12.2012 um 13:04 schrieb Gene Heskett:

>> 
> 
> I've been playing, getting rid of any setp's that referenced a normal input 
> pin, so I have generated several of those by now.
> 
> Here is the first one:
> 
> stack trace for /usr/bin/milltask pid=1584 signal=11
> [Thread debugging using libthread_db enabled]
> 0x00f9c422 in __kernel_vsyscall ()
> [Current thread is 1 (Thread 0xb785c6d0 (LWP 1584))]
> #0  0x00f9c422 in __kernel_vsyscall ()
> #1  0x004a9e93 in waitpid () from /lib/tls/i686/cmov/libc.so.6
> #2  0x0807e894 in ?? ()
> #3  <signal handler called>
> #4  0x08056010 in ?? ()
> #5  0x0805fa1a in ?? ()
> #6  0x0806333d in ?? ()
> #7  0x00423bd6 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
> #8  0x08055f61 in ?? ()

How did you arrive at this installation? 

this looks like stripped binaries without debug symbols which means it's 
hopeless to debug anything with them.

For comparison, here is what I get if 'killall -s11 milltask' on a local 
simulator build of master, which gives a clear picture of where things happened:

-m 

stack trace for /home/mah/emc2-test/bin/milltask pid=1884 signal=11
[Thread debugging using libthread_db enabled]
0xb775d424 in __kernel_vsyscall ()
[Current thread is 1 (Thread 0xb6e1f6d0 (LWP 1884))]
#0  0xb775d424 in __kernel_vsyscall ()
#1  0xb7099e93 in __waitpid_nocancel ()
    at ../sysdeps/unix/syscall-template.S:82
#2  0x0807ed74 in backtrace (signo=11) at emc/task/backtrace.cc:34
#3  <signal handler called>
#4  0xb775d424 in __kernel_vsyscall ()
#5  0xb70c92ed in ___newselect_nocancel ()
    at ../sysdeps/unix/syscall-template.S:82
#6  0xb74aa82c in esleep (seconds_to_sleep=0.00097401237487792971)
    at libnml/os_intf/_timer.c:92
#7  0xb74ab575 in RCS_TIMER::wait (this=0x8f09b18)
    at libnml/os_intf/timer.cc:156
#8  0x08063c83 in main (argc=3, argv=0xbfb50e64)
    at emc/task/emctaskmain.cc:3473





------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to