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 130702 - PSD plugin crashes in load_image
PSD plugin crashes in load_image
Status: RESOLVED DUPLICATE of bug 123321
Product: GIMP
Classification: Other
Component: Plugins
1.x
Other FreeBSD
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-01-06 17:32 UTC by Pav Lucistnik
Modified: 2004-01-06 19:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pav Lucistnik 2004-01-06 17:32:31 UTC
Photoshop import plugin crashes when loading certain photoshop file.

Console output:

This is a development version of The GIMP.
Debug messages may appear here.

gimp_composite: use=yes, verbose=no +mmx +sse -sse2 -3dnow -altivec -vis

(psd:39846): LibGimp-CRITICAL **: file gimppixelrgn.c: line 466
(gimp_pixel_rgn_set_rect): assertion `buf != NULL' failed

(psd:39846): LibGimp-CRITICAL **: file gimppixelrgn.c: line 89
(gimp_pixel_rgn_init): assertion `x >= 0 && x + width <= drawable->width'
failed

(psd:39846): LibGimp-CRITICAL **: file gimppixelrgn.c: line 467
(gimp_pixel_rgn_set_rect): assertion `x >= 0 && x + width <=
pr->drawable->width' failed

(psd:39846): LibGimp-CRITICAL **: file gimppixelrgn.c: line 89
(gimp_pixel_rgn_init): assertion `x >= 0 && x + width <= drawable->width'
failed
/usr/X11R6/libexec/gimp/1.3/plug-ins/psd: fatal error: Segmentation fault
chans_to_RGBA : NULL channel - eep!/usr/X11R6/libexec/gimp/1.3/plug-ins/psd
(pid:39846): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S
  • #0 g_on_error_stack_trace
  • #1 g_on_error_query
    from /usr/local/lib/libglib-2.0.so.200
  • #2 gimp_plugin_sigfatal_handler
    at gimp.c line 1412
  • #3 ??
  • #4 load_image
  • #5 run
  • #6 gimp_proc_run
    at gimp.c line 1666
  • #7 gimp_loop
    at gimp.c line 1554
  • #8 gimp_main
  • #9 main
    at psd.c line 383

Problematic file is available from http://raven.oook.cz/domenyhome.psd
GIMP was compiled with CFLAGS -O -pipe -g, stripped on instalation.
Comment 1 Sven Neumann 2004-01-06 17:49:01 UTC
Could be a duplicate of bug #123321 or one of the other PSD related
bug reports. There are quite a few.
Comment 2 Sven Neumann 2004-01-06 17:50:53 UTC
Changing the summary so the report shows up in a query for PSD.
Comment 3 Daniel Rogers 2004-01-06 19:20:58 UTC
This is a duplicate of bug #123321.  The reporter is reporting on a
crash that occurs after applying the patch I submitted.  Closing as a dup.

*** This bug has been marked as a duplicate of 123321 ***