After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 315255 - SIGSEGV, while doing a crop
SIGSEGV, while doing a crop
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-04 19:11 UTC by Jean-Luc Coulon
Modified: 2005-09-05 10:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-Luc Coulon 2005-09-04 19:11:47 UTC
- Open an image
- select the crop tool
- click anywhere on the picture

got:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912545243264 (LWP 31507)]
0x00002aaaacd6d280 in strchr () from /lib/libc.so.6
(gdb) /opt/gimp-2.3.4/lib/gimp/2.0/plug-ins/script-fu terminated: Completed

I affect it to "general" because I don't know if "scipt-fu" mentionned above is
the cause of the problem or a consequence.

Regards

Jean-Luc

I was not able to get a backtrace: the screen is locked waiting for an actino
and the mouse cursor is the small cross so I cannot do anythong but switch to a
VC to kill the job.

This apples to cvs ChangeLog 1.11614
Comment 1 Sven Neumann 2005-09-05 10:11:31 UTC
2005-09-05  Sven Neumann  <sven@gimp.org>

	* app/tools/gimprectangletool.c: terminate variable argument list.
	Fixes bug #315255.