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 353381 - The program cannot save a jpg/png file as an eps file when preview is selected.
The program cannot save a jpg/png file as an eps file when preview is selected.
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Plugins
2.2.x
Other Linux
: Normal minor
: 2.2
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-29 10:40 UTC by Sebastien Bacher
Modified: 2008-01-15 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2006-08-29 10:40:44 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/gimp/+bug/58080

"Open any jpg/png file. Choose, File->Save as, give a name like file.eps. It goes through certain queries like color, preview, etc. When Preview is selected, the program fails to save the file. Otherwise, it saves."

Backtrace from gimp 2.2.13 on edgy:

/usr/lib/gimp/2.0/plug-ins/postscript: fatal error: Segmentation fault
  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libc.so.6
  • #2 IA__g_on_error_stack_trace
  • #3 gimp_plugin_sigfatal_handler
  • #4 <signal handler called>
  • #5 dither_grey
  • #6 save_ps_setup
  • #7 save_image
  • #8 run
  • #9 gimp_main
  • #10 main

Comment 1 Sven Neumann 2006-08-29 13:27:21 UTC
Fixed in both branches:

2006-08-29  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/postscript.c (dither_grey): code cleanup and fix
	for bug #353381 (crash when Preview option is selected).