Thread: Midori port
View Single Post
Old 5th January 2011
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

Code:
(gdb) bt
No stack.
(gdb) core-file /home/boogers/midori.core
Core was generated by `midori'.
Program terminated with signal 11, Segmentation fault.
#0  0x00000002170115dc in ?? ()
(gdb) bt
#0  0x00000002170115dc in ?? ()
#1  0x00000002170115d4 in ?? ()
Previous frame identical to this frame (corrupt stack?)
(gdb)
I'm trying to debug and here is where it stops. Not sure if it is a memory problem or not.

Code:
(gdb) bt
#0  0x000000021161a348 in poll () from /usr/lib/libc.so.56.0
#1  0x000000020769dee8 in _thread_kern_poll (wait_reqd=Variable "wait_reqd" is not available.
)
    at /usr/src/lib/libpthread/uthread/uthread_kern.c:760
#2  0x000000020769f054 in _thread_kern_sched (scp=0x0)
    at /usr/src/lib/libpthread/uthread/uthread_kern.c:382
#3  0x000000020769b378 in pthread_cond_timedwait (cond=0x2078a41a0, 
    mutex=0x2078a4198, abstime=0x20a969e68)
    at /usr/src/lib/libpthread/uthread/uthread_cond.c:431
#4  0x0000000207695ed8 in _thread_gc (arg=Variable "arg" is not available.
)
    at /usr/src/lib/libpthread/uthread/uthread_gc.c:181
#5  0x00000002076958d8 in _thread_start ()
    at /usr/src/lib/libpthread/uthread/uthread_create.c:242
#6  0x00000002076958a0 in pthread_attr_setstackaddr ()
    at /usr/src/lib/libpthread/uthread/uthread_create.c:234
#7  0x00000002076958a0 in pthread_attr_setstackaddr ()
    at /usr/src/lib/libpthread/uthread/uthread_create.c:234
Previous frame identical to this frame (corrupt stack?)
(gdb) next
Single stepping until exit from function poll, 
which has no line number information.

Program received signal SIGINFO, Information request.
0x000000021161a34c in poll () from /usr/lib/libc.so.56.0
(gdb) quit
That was from earlier. I have no uthread on my computer.
Reply With Quote