Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 307321 Details for
Bug 408987
sci-physics/root-5.32.01-r2 segv due to libAfterImage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb output
backtrace.txt (text/plain), 13.99 KB, created by
Davide
on 2012-03-31 17:58:10 UTC
(
hide
)
Description:
gdb output
Filename:
MIME Type:
Creator:
Davide
Created:
2012-03-31 17:58:10 UTC
Size:
13.99 KB
patch
obsolete
>$ cat tbrowser.C >{ > TBrowser bb; >} > > >$ gdb root >GNU gdb (Gentoo 7.3.1 p2) 7.3.1 >Copyright (C) 2011 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 "i686-pc-linux-gnu". >For bug reporting instructions, please see: ><http://bugs.gentoo.org/>... >Reading symbols from /usr/bin/root...Reading symbols from /usr/lib/debug/usr/bin/root.debug...done. >done. >(gdb) run -x -l tbrowser.C >Starting program: /usr/bin/root -x -l tbrowser.C >root [0] >Processing tbrowser.C... >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image >Warning in <TASImage::GetMask>: No image > > *** Break *** segmentation violation > > > >=========================================================== >There was a crash (kSigSegmentationViolation). >This is the entire stack trace of all threads: >=========================================================== >#0 0xb7fe1424 in __kernel_vsyscall () >#1 0xb7674353 in waitpid () from /lib/libc.so.6 >#2 0xb7613d23 in ?? () from /lib/libc.so.6 >#3 0xb774679d in system () from /lib/libpthread.so.0 >#4 0xb7a72103 in TUnixSystem::Exec (this=0x80698c8, shellcmd=0x5d2224a0 "/etc/root/gdb-backtrace.sh 24500 1>&2") at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/unix/src/TUnixSystem.cxx:2058 >#5 0xb7a75fe1 in TUnixSystem::StackTrace (this=0x80698c8) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/unix/src/TUnixSystem.cxx:2306 >#6 0xb7a7818b in TUnixSystem::DispatchSignals (this=0x80698c8, sig=kSigSegmentationViolation) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/unix/src/TUnixSystem.cxx:1184 >#7 0xb7a782b4 in SigHandler (sig=kSigSegmentationViolation) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/unix/src/TUnixSystem.cxx:367 >#8 0xb7a701cc in sighandler (sig=11) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/unix/src/TUnixSystem.cxx:3588 >#9 0xb7a9c4c2 in textinput::TerminalConfigUnix::HandleSignal (this=0xb7f81a80, signum=11) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/textinput/src/textinput/TerminalConfigUnix.cpp:96 >#10 0xb7a9c50f in (anonymous namespace)::TerminalConfigUnix__handleSignal (signum=11) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/textinput/src/textinput/TerminalConfigUnix.cpp:36 >#11 <signal handler called> >#12 0xb57a4685 in asimage_add_line_mono () from /usr/lib/libAfterImage.so.0 >#13 0xb57c854e in encode_image_scanline_asim () from /usr/lib/libAfterImage.so.0 >#14 0xb57c63c0 in output_image_line_direct () from /usr/lib/libAfterImage.so.0 >#15 0xb57dbd9b in fill_asimage () from /usr/lib/libAfterImage.so.0 >#16 0xb582b715 in TASImage::FillRectangleInternal (this=0x8d84b18, col=4292927712, x=0, y=0, width=1701273965, height=1699166778) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/graf2d/asimage/src/TASImage.cxx:3669 >#17 0xb582ba25 in TASImage::FillRectangle (this=0x8d84b18, col=0xbffd72f5 "#e0e0e0", x=0, y=0, width=1701273965, height=1699166778) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/graf2d/asimage/src/TASImage.cxx:3721 >#18 0xb5a49faf in TGPictureButton::CreateDisabledPicture (this=0x8c0cd10) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGButton.cxx:1059 >#19 0xb5a4ba07 in TGPictureButton::DoRedraw (this=0x8c0cd10) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGButton.cxx:1034 >#20 0xb5a47152 in TGButton::SetState (this=0x8c0cd10, state=kButtonDisabled, emit=false) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGButton.cxx:210 >#21 0xb5ab8a89 in TGTextEditor::Build (this=0x8b06870) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGTextEditor.cxx:422 >#22 0xb5aba167 in TGTextEditor::TGTextEditor (this=0x8b06870, filename=0x0, p=0x8b3e0e0, w=900, h=600) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGTextEditor.cxx:243 >#23 0xb5d998e6 in G__G__Gui3_365_0_2(G__value*, char const*, G__param*, int) () from /usr/lib/root/libGui.so >#24 0xb703da74 in Cint::G__ExceptionWrapper (funcp=0xb5d99210 <G__G__Gui3_365_0_2(G__value*, char const*, G__param*, int)>, result7=0xbffe27a8, funcname=0x8b17428 "", libp=0xbffd8164, hash=0) at cint/cint/src/Api.cxx:393 >#25 0xb703fa55 in G__execute_call (result7=0xbffe27a8, libp=0xbffd8164, ifunc=0x8b17428, ifn=0) at cint/cint/src/newlink.cxx:2406 >#26 0xb7040095 in G__call_cppfunc (result7=0xbffe27a8, libp=0xbffd8164, ifunc=0x8b17428, ifn=0) at cint/cint/src/newlink.cxx:2610 >#27 0xb702436c in G__interpret_func (result7=0xbffe27a8, funcname=0x83ec0b0 "TGTextEditor", libp=0xbffd8164, hash=1191, p_ifunc=0x8b17428, funcmatch=1, memfunc_flag=3) at cint/cint/src/ifunc.cxx:5795 >#28 0xb707f698 in G__getfunction (item=<optimized out>, known3=0xbffecf80, memfunc_flag=3) at cint/cint/src/func.cxx:2665 >#29 0xb6feb30c in G__new_operator (expression=0x8119690 "TGTextEditor") at cint/cint/src/new.cxx:417 >#30 0xb70c03d9 in G__exec_statement (mparen=0xbffeda0c) at cint/cint/src/parse.cxx:5784 >#31 0xb6ff7f30 in G__exec_tempfile_core (file=<optimized out>, fp=0x8b17048) at cint/cint/src/debug.cxx:265 >#32 0xb6ff93a9 in G__exec_tempfile_fp (fp=0x8b17048) at cint/cint/src/debug.cxx:806 >#33 0xb70d2eba in G__process_cmd (line=<optimized out>, prompt=0x806d60c "", more=0x806d604, err=0xbffee95c, rslt=0xbffee934) at cint/cint/src/pause.cxx:3337 >#34 0xb7a458b0 in TCint::ProcessLine (this=0x806d5d8, line=0x8b173e0 "new TGTextEditor((const char *)0, gClient->GetRoot());", error=0x0) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/meta/src/TCint.cxx:538 >#35 0xb7a1629c in TApplication::ProcessLine (this=0x812d950, line=0x8b173e0 "new TGTextEditor((const char *)0, gClient->GetRoot());", sync=false, err=0x0) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/base/src/TApplication.cxx:891 >#36 0xb79bfc3c in TROOT::ProcessLine (this=0xb7f49660, line=0x89cf380 "new TGTextEditor((const char *)0, gClient->GetRoot());", error=0x0) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/base/src/TROOT.cxx:1668 >#37 0xb5a57c63 in TRootBrowser::ExecPlugin (this=0x8614490, name=0xb5e3654a "Editor 1", fname=0x0, cmd=0x8b04728 "new TGTextEditor((const char *)0, gClient->GetRoot());", pos=1, subpos=-1) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TRootBrowser.cxx:536 >#38 0xb5a586f1 in TRootBrowser::InitPlugins (this=0x8614490, opt=<optimized out>) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TRootBrowser.cxx:829 >#39 0xb5a58e93 in TRootBrowser::TRootBrowser (this=0x8614490, b=0x84268b0, name=0xb7dfb99a "ROOT Object Browser", width=800, height=500, opt=0xbffeee05 "FCEI", initshow=true) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TRootBrowser.cxx:140 >#40 0xb5a59eb7 in TRootBrowser::NewBrowser (b=0x84268b0, title=0xb7dfb99a "ROOT Object Browser", width=800, height=500, opt=0xbffeee05 "FCEI") at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TRootBrowser.cxx:1216 >#41 0xb5dbb27c in G__G__Gui3_398_0_46(G__value*, char const*, G__param*, int) () from /usr/lib/root/libGui.so >#42 0xb706b9f6 in Cint::G__CallFunc::Execute (this=0x8609b20, pobject=0x0) at cint/cint/src/CallFunc.cxx:440 >#43 0xb7a3d389 in ExecInt (pobject=0x0, this=0x8609b20) at include/CallFunc.h:98 >#44 TCint::CallFunc_ExecInt (this=0x806d5d8, func=0x8609b20, address=0x0) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/meta/src/TCint.cxx:2471 >#45 0xb7a3a96c in TMethodCall::Execute (this=0x8609ac8, object=0x0, retLong= >0xbffeedbc) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/meta/src/TMethodCall.cxx:377 >#46 0xb79c420e in Execute (retLong= >0xbffeedbc, this=<optimized out>) at include/TMethodCall.h:112 >#47 TPluginHandler::ExecPlugin (this=0x85f2fc0, nargs=5) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/base/src/TPluginManager.cxx:323 >#48 0xb5a5a3be in TRootGuiFactory::CreateBrowserImp (this=0x8548c58, b=0x84268b0, title=0xb7dfb99a "ROOT Object Browser", width=800, height=500, opt=0xb7dfb118 "") at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TRootGuiFactory.cxx:90 >#49 0xb7a0a4dc in TBrowser::TBrowser (this=0x84268b0, name=0xb7dfb9ae "Browser", title=0xb7dfb99a "ROOT Object Browser", extimp=0x0, opt=0xb7dfb118 "") at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/base/src/TBrowser.cxx:104 >#50 0xb7aca690 in G__G__Base1_79_0_3(G__value*, char const*, G__param*, int) () from /usr/lib/root/libCore.so.5.32 >#51 0xb703da74 in Cint::G__ExceptionWrapper (funcp=0xb7ac9c11 <G__G__Base1_79_0_3(G__value*, char const*, G__param*, int)>, result7=0xbfffa1c8, funcname=0x84042f0 "", libp=0xbffefb84, hash=0) at cint/cint/src/Api.cxx:393 >#52 0xb703fa55 in G__execute_call (result7=0xbfffa1c8, libp=0xbffefb84, ifunc=0x84042f0, ifn=0) at cint/cint/src/newlink.cxx:2406 >#53 0xb7040095 in G__call_cppfunc (result7=0xbfffa1c8, libp=0xbffefb84, ifunc=0x84042f0, ifn=0) at cint/cint/src/newlink.cxx:2610 >#54 0xb702436c in G__interpret_func (result7=0xbfffa1c8, funcname=0x8076380 "TBrowser", libp=0xbffefb84, hash=824, p_ifunc=0x84042f0, funcmatch=1, memfunc_flag=4) at cint/cint/src/ifunc.cxx:5795 >#55 0xb707f698 in G__getfunction (item=<optimized out>, known3=0xbfffa49c, memfunc_flag=4) at cint/cint/src/func.cxx:2665 >#56 0xb70db335 in G__define_var (tagnum=53, typenum=-1) at cint/cint/src/decl.cxx:2896 >#57 0xb70c3527 in G__defined_type (len=<optimized out>, type_name=...) at cint/cint/src/parse.cxx:4653 >#58 G__exec_statement (mparen=0xbfffb24c) at cint/cint/src/parse.cxx:6673 >#59 0xb6ff7f30 in G__exec_tempfile_core (file=<optimized out>, fp=0x0) at cint/cint/src/debug.cxx:265 >#60 0xb6ff93ce in G__exec_tempfile (file=0x8077398 "/tmp/./tbrowser.C") at cint/cint/src/debug.cxx:813 >#61 0xb70d296e in G__process_cmd (line=<optimized out>, prompt=0x806d60c "", more=0x806d604, err=0xbfffc19c, rslt=0xbfffc174) at cint/cint/src/pause.cxx:3182 >#62 0xb7a458b0 in TCint::ProcessLine (this=0x806d5d8, line=0x8404010 ".x /tmp/./tbrowser.C", error=0xbfffed68) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/meta/src/TCint.cxx:538 >#63 0xb7a3bb2b in TCint::ProcessLineSynch (this=0x806d5d8, line=0x8404010 ".x /tmp/./tbrowser.C", error=0xbfffed68) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/meta/src/TCint.cxx:617 >#64 0xb7a176f7 in TApplication::ExecuteFile (file=0xbfffcd34 "tbrowser.C", error=0xbfffed68, keep=false) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/base/src/TApplication.cxx:1023 >#65 0xb7a1796a in TApplication::ProcessFile (this=0x812d950, file=0xbfffcd34 "tbrowser.C", error=0xbfffed68, keep=false) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/base/src/TApplication.cxx:899 >#66 0xb7a16219 in TApplication::ProcessLine (this=0x812d950, line=0xbfffcd31 ".x tbrowser.C", sync=false, err=0xbfffed68) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/base/src/TApplication.cxx:872 >#67 0xb787a7ef in TRint::Run (this=0x812d950, retrn=false) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/core/rint/src/TRint.cxx:418 >#68 0x08048fad in main () >=========================================================== > > >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. >=========================================================== >#12 0xb57a4685 in asimage_add_line_mono () from /usr/lib/libAfterImage.so.0 >#13 0xb57c854e in encode_image_scanline_asim () from /usr/lib/libAfterImage.so.0 >#14 0xb57c63c0 in output_image_line_direct () from /usr/lib/libAfterImage.so.0 >#15 0xb57dbd9b in fill_asimage () from /usr/lib/libAfterImage.so.0 >#16 0xb582b715 in TASImage::FillRectangleInternal (this=0x8d84b18, col=4292927712, x=0, y=0, width=1701273965, height=1699166778) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/graf2d/asimage/src/TASImage.cxx:3669 >#17 0xb582ba25 in TASImage::FillRectangle (this=0x8d84b18, col=0xbffd72f5 "#e0e0e0", x=0, y=0, width=1701273965, height=1699166778) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/graf2d/asimage/src/TASImage.cxx:3721 >#18 0xb5a49faf in TGPictureButton::CreateDisabledPicture (this=0x8c0cd10) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGButton.cxx:1059 >#19 0xb5a4ba07 in TGPictureButton::DoRedraw (this=0x8c0cd10) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGButton.cxx:1034 >#20 0xb5a47152 in TGButton::SetState (this=0x8c0cd10, state=kButtonDisabled, emit=false) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGButton.cxx:210 >#21 0xb5ab8a89 in TGTextEditor::Build (this=0x8b06870) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGTextEditor.cxx:422 >#22 0xb5aba167 in TGTextEditor::TGTextEditor (this=0x8b06870, filename=0x0, p=0x8b3e0e0, w=900, h=600) at /var/tmp/portage/sci-physics/root-5.32.01-r2/work/root/gui/gui/src/TGTextEditor.cxx:243 >=========================================================== > > >Root > [Inferior 1 (process 24497) exited with code 01] >(gdb) bt >No stack. >(gdb) where >No stack. >(gdb) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 408987
:
307319
|
307321
|
307373
|
307387
|
307391
|
307565