added F13 crash protocol and crash header info for SL51
This commit is contained in:
65
src/tests/eventHandler/eventHandlerTest-crash-F13.log
Normal file
65
src/tests/eventHandler/eventHandlerTest-crash-F13.log
Normal file
@ -0,0 +1,65 @@
|
||||
INFO
|
||||
System: Fedora 13
|
||||
Compiler: gcc/g++ (GCC) 4.4.4 20100630
|
||||
ROOT: ROOT 5.27/07 trunk@36421
|
||||
|
||||
===========================================================
|
||||
|
||||
*** Break *** segmentation violation
|
||||
|
||||
|
||||
|
||||
===========================================================
|
||||
There was a crash (#7 0x00e7fb6d in SigHandler(ESignals) () from /opt/cern/root/lib/libCore.so).
|
||||
This is the entire stack trace of all threads:
|
||||
===========================================================
|
||||
#0 0x00ca7416 in __kernel_vsyscall ()
|
||||
#1 0x014ae463 in __waitpid_nocancel () from /lib/libc.so.6
|
||||
#2 0x0144a753 in do_system () from /lib/libc.so.6
|
||||
#3 0x0140475d in system () from /lib/libpthread.so.0
|
||||
#4 0x00e7891d in TUnixSystem::Exec(char const*) () from /opt/cern/root/lib/libCore.so
|
||||
#5 0x00e7e750 in TUnixSystem::StackTrace() () from /opt/cern/root/lib/libCore.so
|
||||
#6 0x00e7fa5f in TUnixSystem::DispatchSignals(ESignals) () from /opt/cern/root/lib/libCore.so
|
||||
#7 0x00e7fb6d in SigHandler(ESignals) () from /opt/cern/root/lib/libCore.so
|
||||
#8 0x00e754e2 in sighandler(int) () from /opt/cern/root/lib/libCore.so
|
||||
#9 <signal handler called>
|
||||
#10 0x0159a49b in main_arena () from /lib/libc.so.6
|
||||
#11 0x0a5a04c0 in ?? ()
|
||||
#12 0x00be6bd3 in TCanvas::HandleInput(EEventType, int, int) () from /opt/cern/root/lib/libGpad.so
|
||||
#13 0x0205dea3 in TRootCanvas::HandleContainerMotion(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#14 0x020648ea in TRootContainer::HandleMotion(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#15 0x01f9bd38 in TGFrame::HandleEvent(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#16 0x01f69c0b in TGClient::HandleEvent(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#17 0x01f6a934 in TGClient::ProcessOneEvent() () from /opt/cern/root/lib/libGui.so
|
||||
#18 0x01f6a99d in TGClient::HandleInput() () from /opt/cern/root/lib/libGui.so
|
||||
#19 0x01f6a9d0 in TGInputHandler::Notify() () from /opt/cern/root/lib/libGui.so
|
||||
#20 0x00e7c6bd in TUnixSystem::DispatchOneEvent(bool) () from /opt/cern/root/lib/libCore.so
|
||||
#21 0x00dfd271 in TSystem::InnerLoop() () from /opt/cern/root/lib/libCore.so
|
||||
#22 0x00dff569 in TSystem::Run() () from /opt/cern/root/lib/libCore.so
|
||||
#23 0x00da48f7 in TApplication::Run(bool) () from /opt/cern/root/lib/libCore.so
|
||||
#24 0x08051d0f in main (argc=1, argv=0xbff04da4) at eventHandlerTest.cpp:52
|
||||
===========================================================
|
||||
|
||||
|
||||
The lines below might hint at the cause of the crash.
|
||||
If they do not help you then please submit a bug report at
|
||||
http://root.cern.ch/bugs. Please post the ENTIRE stack trace
|
||||
from above as an attachment in addition to anything else
|
||||
that might help us fixing this issue.
|
||||
===========================================================
|
||||
#10 0x0159a49b in main_arena () from /lib/libc.so.6
|
||||
#11 0x0a5a04c0 in ?? ()
|
||||
#12 0x00be6bd3 in TCanvas::HandleInput(EEventType, int, int) () from /opt/cern/root/lib/libGpad.so
|
||||
#13 0x0205dea3 in TRootCanvas::HandleContainerMotion(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#14 0x020648ea in TRootContainer::HandleMotion(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#15 0x01f9bd38 in TGFrame::HandleEvent(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#16 0x01f69c0b in TGClient::HandleEvent(Event_t*) () from /opt/cern/root/lib/libGui.so
|
||||
#17 0x01f6a934 in TGClient::ProcessOneEvent() () from /opt/cern/root/lib/libGui.so
|
||||
#18 0x01f6a99d in TGClient::HandleInput() () from /opt/cern/root/lib/libGui.so
|
||||
#19 0x01f6a9d0 in TGInputHandler::Notify() () from /opt/cern/root/lib/libGui.so
|
||||
#20 0x00e7c6bd in TUnixSystem::DispatchOneEvent(bool) () from /opt/cern/root/lib/libCore.so
|
||||
#21 0x00dfd271 in TSystem::InnerLoop() () from /opt/cern/root/lib/libCore.so
|
||||
#22 0x00dff569 in TSystem::Run() () from /opt/cern/root/lib/libCore.so
|
||||
#23 0x00da48f7 in TApplication::Run(bool) () from /opt/cern/root/lib/libCore.so
|
||||
#24 0x08051d0f in main (argc=1, argv=0xbff04da4) at eventHandlerTest.cpp:52
|
||||
===========================================================
|
@ -1,4 +1,10 @@
|
||||
[nemu@pc8372 eventHandler]$ ./eventHandlerTest
|
||||
INFO
|
||||
System: Scientific Linux 5.1
|
||||
Compiler: gcc/g++ (GCC) 4.1.2 20080704
|
||||
ROOT: ROOT 5.27/07 trunk@36261
|
||||
|
||||
===========================================================
|
||||
|
||||
|
||||
*** Break *** segmentation violation
|
||||
|
||||
|
Reference in New Issue
Block a user