PDA

View Full Version : Segmentation fault in socketNotifierSourceCheck(_GSource*) qeventdispatcher.cpp



AditiH
31st March 2016, 12:17
I'm facing crash issue in GPRS packet transmission and application crashes unexpectedly. After debugging I got corrupt stack.
Please anybody can suggest some solution to detect the issue properly.
Following is the stack trace:

#0 0x2d25d284 in socketNotifierSourceCheck(_GSource*) () at kernel/qeventdispatcher_glib.cpp:90
90 kernel/qeventdispatcher_glib.cpp: No such file or directory.
(gdb) bt
#0 0x2d25d284 in socketNotifierSourceCheck(_GSource*) () at kernel/qeventdispatcher_glib.cpp:90
#1 0x43516a38 in g_main_context_check () from /home/kpit/Desktop/KPIT_backup/usr/lib/libglib-2.0.so.0
#2 0x43516fbc in ?? () from /home/kpit/Desktop/KPIT_backup/usr/lib/libglib-2.0.so.0
Cannot access memory at address 0x2d4cb2b4
(gdb) bt full
#0 0x2d25d284 in socketNotifierSourceCheck(_GSource*) () at kernel/qeventdispatcher_glib.cpp:90
idleTimerSourceFuncs = {prepare = 0x2d25d1c0 <idleTimerSourcePrepare(_GSource*, int*)>,
check = 0x2d25d57c <idleTimerSourceCheck(_GSource*)>,
dispatch = 0x2d25d110 <idleTimerSourceDispatch(_GSource*, int (*)(void*), void*)>, finalize = 0, closure_callback = 0,
closure_marshal = 0}
socketNotifierSourceFuncs = {prepare = 0x2d25d0b8 <socketNotifierSourcePrepare(_GSource*, int*)>,
check = 0x2d25d22c <socketNotifierSourceCheck(_GSource*)>,
dispatch = 0x2d25de94 <socketNotifierSourceDispatch(_GSource*, int (*)(void*), void*)>, finalize = 0, closure_callback = 0,
closure_marshal = 0}
timerSourceFuncs = {prepare = 0x2d25d1e8 <timerSourcePrepare(_GSource*, int*)>, check = 0x2d25d594 <timerSourceCheck(_GSource*)>,
dispatch = 0x2d25d0e4 <timerSourceDispatch(_GSource*, int (*)(void*), void*)>, finalize = 0, closure_callback = 0,
closure_marshal = 0}
postEventSourceFuncs = {prepare = 0x2d25d5ac <postEventSourcePrepare(_GSource*, int*)>,
check = 0x2d25d6b4 <postEventSourceCheck(_GSource*)>,
dispatch = 0x2d25da08 <postEventSourceDispatch(_GSource*, int (*)(void*), void*)>, finalize = 0, closure_callback = 0,
closure_marshal = 0}
#1 0x43516a38 in g_main_context_check () from /home/kpit/Desktop/KPIT_backup/usr/lib/libglib-2.0.so.0
No symbol table info available.
#2 0x43516fbc in ?? () from /home/kpit/Desktop/KPIT_backup/usr/lib/libglib-2.0.so.0
No symbol table info available.


Thanks in advance.