Thanks for checking this out... :)

Hope this is what you wanted...

abe ~ # gdb wimaxd /core
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu"...

warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib64/libwimaxll.so.1...done.
Loaded symbols for /usr/lib/libwimaxll.so.1
Reading symbols from /usr/lib64/libnl.so.1...done.
Loaded symbols for /usr/lib/libnl.so.1
Reading symbols from /lib64/libpthread.so.0...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib64/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib64/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib64/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib64/ld-linux-x86-64.so.2...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Core was generated by `wimaxd'.
Program terminated with signal 11, Segmentation fault.
[New process 12600]
[New process 12601]
#0  0x00007fd1361354fa in pthread_mutex_lock () from /lib/libpthread.so.0

(gdb) info stack
#0  0x00007fd1361354fa in pthread_mutex_lock () from /lib/libpthread.so.0
#1  0x000000000045f5d6 in l5_dispatcher_FindAllocConnectionByTargetID 
(nTargetID=L5_TARGET_L4_PROXY) at ./L5Dispatcher.c:503
#2  0x000000000045fcf7 in L5_DISPATCHER_ConnectInternal (szHostName=<value 
optimized out>, nPort=<value optimized out>, nTargetID=L5_TARGET_L4_PROXY, 
    pfnMessagesHandler=0x45bc30 <L4_Msg_Proxy_MessagesHandler>, 
pfnEventHandler=0, pvUserContext=0x0, pConn=0x6d0ab0) at ./L5Dispatcher.c:267
#3  0x000000000045fddc in L5_DISPATCHER_ConnectEx (nTargetID=<value optimized 
out>, pfnMessagesHandler=<value optimized out>, 
    pfnEventHandler=<value optimized out>, pvUserContext=<value optimized out>, 
threadId=<value optimized out>, Conn=<value optimized out>)
    at ./L5Dispatcher.c:193
#4  0x000000000045bf5b in L4_Msg_Proxy_Initialize () at ./L4MsgProxy.c:214
#5  0x0000000000423e32 in Act_InitPipe () at ./Act/Act.c:354
#6  0x0000000000423f58 in Act_Initialize () at ./Act/Act.c:1059
#7  0x0000000000426304 in main_daemon () at 
./Targets/GenericTarget/GenericDaemon.c:238
#8  0x0000000000425b33 in main (argc=<value optimized out>, argv=<value 
optimized out>) at ./Targets/GenericTarget/GenericMain.c:57

(gdb) info threads
  2 process 12601  0x00007fd136137d99 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
* 1 process 12600  0x00007fd1361354fa in pthread_mutex_lock () from 
/lib/libpthread.so.0

(gdb) thread 1
[Switching to thread 1 (process 12600)]#0  0x00007fd1361354fa in 
pthread_mutex_lock () from /lib/libpthread.so.0
(gdb) info stack
#0  0x00007fd1361354fa in pthread_mutex_lock () from /lib/libpthread.so.0
#1  0x000000000045f5d6 in l5_dispatcher_FindAllocConnectionByTargetID 
(nTargetID=L5_TARGET_L4_PROXY) at ./L5Dispatcher.c:503
#2  0x000000000045fcf7 in L5_DISPATCHER_ConnectInternal (szHostName=<value 
optimized out>, nPort=<value optimized out>, nTargetID=L5_TARGET_L4_PROXY, 
    pfnMessagesHandler=0x45bc30 <L4_Msg_Proxy_MessagesHandler>, 
pfnEventHandler=0, pvUserContext=0x0, pConn=0x6d0ab0) at ./L5Dispatcher.c:267
#3  0x000000000045fddc in L5_DISPATCHER_ConnectEx (nTargetID=<value optimized 
out>, pfnMessagesHandler=<value optimized out>, 
    pfnEventHandler=<value optimized out>, pvUserContext=<value optimized out>, 
threadId=<value optimized out>, Conn=<value optimized out>)
    at ./L5Dispatcher.c:193
#4  0x000000000045bf5b in L4_Msg_Proxy_Initialize () at ./L4MsgProxy.c:214
#5  0x0000000000423e32 in Act_InitPipe () at ./Act/Act.c:354
#6  0x0000000000423f58 in Act_Initialize () at ./Act/Act.c:1059
#7  0x0000000000426304 in main_daemon () at 
./Targets/GenericTarget/GenericDaemon.c:238
#8  0x0000000000425b33 in main (argc=<value optimized out>, argv=<value 
optimized out>) at ./Targets/GenericTarget/GenericMain.c:57

(gdb) thread 2 
[Switching to thread 2 (process 12601)]#0  0x00007fd136137d99 in 
pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
(gdb) info stack
#0  0x00007fd136137d99 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
#1  0x00000000004707a8 in wmx_multiple_wait_event (count=2, 
evts=0x7fd135953110, wait_for_all_or_not=0, time_out_milli_sec=4294967295)
    at ./osal_event.c:626
#2  0x0000000000464f70 in MessageConsumerThreadFunc (lpParam=<value optimized 
out>) at ./Messenger.c:303
#3  0x00007fd136134017 in start_thread () from /lib/libpthread.so.0
#4  0x00007fd135ca480d in clone () from /lib/libc.so.6
#5  0x0000000000000000 in ?? ()


_______________________________________________
wimax mailing list
[email protected]
http://www.linuxwimax.org/mailman/listinfo/wimax

Reply via email to