FS#28318 - xfig3.2.5b: SIGSEGV signal trapped
Attached to Project:
Arch Linux
Opened by Luis Sarmiento (donpicoro) - Wednesday, 08 February 2012, 01:06 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 17 February 2012, 19:39 GMT
Opened by Luis Sarmiento (donpicoro) - Wednesday, 08 February 2012, 01:06 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 17 February 2012, 19:39 GMT
|
Details
Description:
After the update of libpng, xfig randomly crashes continuously :( The message collected in console is nothing but the following line: xfig3.2.5b: SIGSEGV signal trapped it saves the SAVE.fig and exits :( Additional info: * package version: xfig-3.2.5b-7 both binary and rebuild from ABS (I figure maybe it was outdated somehow) Steps to reproduce: use xfig ! |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Friday, 17 February 2012, 19:39 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 1.6.1
Friday, 17 February 2012, 19:39 GMT
Reason for closing: Fixed
Additional comments about closing: fixed in 1.6.1
(gdb) run
Starting program: /usr/bin/xfig
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6539675 in XrmStringToQuark () from /usr/lib/libX11.so.6
(gdb) bt
#0 0x00007ffff6539675 in XrmStringToQuark () from /usr/lib/libX11.so.6
#1 0x00007ffff6c83d18 in ?? () from /usr/lib/libXt.so.6
#2 0x00007ffff6c84098 in XtGetValues () from /usr/lib/libXt.so.6
#3 0x00007ffff710f013 in ?? () from /usr/lib/libXaw3d.so.8
#4 0x00007ffff6c8b156 in ?? () from /usr/lib/libXt.so.6
#5 0x00007ffff6c8be3e in XtAppNextEvent () from /usr/lib/libXt.so.6
#6 0x000000000045e529 in main (argc=1, argv=0x7fffffffddd8) at main.c:1545
(gdb)
If it is related to xaw3d update... does it mean I should fill another bug report there?
I've narrowed it down to this when compiling Xaw3d:
* Bad: -O2
* Good: -O1
* Bad: -O1 -fstack-protector
Interesting.
Not sure what it was... among the upgraded packages I found some suspects:
libjpeg-turbo? xorg-mkfontscale? xorg-mkfontdir? xorg-xinit?
but definitively no Xaw3d on sight.
as you said: Interesting.
Edit: typo
other trace: http://pastie.org/private/tmdyqdsfnpu7nvkjxvhjq
Edit: https://bugs.freedesktop.org/show_bug.cgi?id=46124