Gimp 2.9 git 16 bit Tiff Loading Error
This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
Gimp 2.9 git 16 bit Tiff Loading Error | Partha Bagchi | 01 Sep 21:45 |
Gimp 2.9 git 16 bit Tiff Loading Error | Partha Bagchi | 03 Oct 00:56 |
Gimp 2.9 git 16 bit Tiff Loading Error | Michael Natterer | 03 Oct 10:23 |
Gimp 2.9 git 16 bit Tiff Loading Error | Partha Bagchi | 03 Oct 10:41 |
Gimp 2.9 git 16 bit Tiff Loading Error
I decided to test the latest git code on a Mac running Snow Leopard. My git codebase is up to date as of today.
I am getting the following error. I am wondering if anyone else has the same issue or it's confined to the Mac.
./gimp-2.9
...[Some issues with parsing
2.8 gimprc due to change in interpolation method to LoHalo]
bps: 16
load_contiguous
bytes_per_pixel: 6, format: 6
file-tiff-load is updating the progress too often
/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load:
fatal error: Bus error
Stack trace shows
/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load
(pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S
#0 0x00007fff86c400f0 in __wait4 ()
#1 0x00000001012a451f in g_on_error_stack_trace
(prg_name=0x7fff5fbff8e0
"/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load")
at gbacktrace.c:256
#2 0x00000001012a49c2 in g_on_error_query (prg_name=0x7fff5fbff8e0
"/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load")
at gbacktrace.c:190
#3 0x0000000100046675 in gimp_plugin_sigfatal_handler ()
#4 0x00007fff5fbfee90 in ?? ()
#5 0x000000010005ed4c in gimp_tile_put ()
/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load
(pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: E
(gimp-2.9:56109): LibGimpBase-WARNING **: gimp-2.9: gimp_wire_read(): error plug-in 'file-tiff-load' aborted before sending its procedure return values
Loading jpeg gives me the following (which I think is OK?)
jpeg-load: found EXIF block (21706 bytes)
jpeg-load: found XMP packet (2468 bytes)
While parsing XMP metadata:
Error on line 46 char 1: End of element not expected in
this context
Metadata parasite seems to be corrupt
When I quit 2.9, I get buffer leak
(gimp-2.9:56109): Gtk-CRITICAL **: gtk_accel_group_find: assertion `GTK_IS_ACCEL_GROUP (accel_group)' failed EEEEeEeek! 4 GeglBuffers leaked
Gimp 2.9 git 16 bit Tiff Loading Error
Replying to myself. :)
The latest git source still crashes on gimp_tile_get on both Mac (Snow-Leopard 64-bit) and Windows 7 (64-bit). I am guessing it does not on some variant of Linux?
My trace says that there is an issue with gimp-tile.c. I personally am not able to spot any issues there but perhaps more trained eyes may be able to find something?
Thanks, Partha
PS: Should I file a bug report?
On Sat, Sep 1, 2012 at 5:45 PM, Partha Bagchi wrote:
I decided to test the latest git code on a Mac running Snow Leopard. My git codebase is up to date as of today.
I am getting the following error. I am wondering if anyone else has the same issue or it's confined to the Mac.
./gimp-2.9 ...[Some issues with parsing 2.8 gimprc due to change in interpolation method to LoHalo] bps: 16
load_contiguous
bytes_per_pixel: 6, format: 6
file-tiff-load is updating the progress too often /Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load: fatal error: Bus errorStack trace shows
/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load (pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S #0 0x00007fff86c400f0 in __wait4 () #1 0x00000001012a451f in g_on_error_stack_trace (prg_name=0x7fff5fbff8e0
"/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load") at gbacktrace.c:256
#2 0x00000001012a49c2 in g_on_error_query (prg_name=0x7fff5fbff8e0 "/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load") at gbacktrace.c:190
#3 0x0000000100046675 in gimp_plugin_sigfatal_handler () #4 0x00007fff5fbfee90 in ?? ()
#5 0x000000010005ed4c in gimp_tile_put () /Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load (pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: E(gimp-2.9:56109): LibGimpBase-WARNING **: gimp-2.9: gimp_wire_read(): error plug-in 'file-tiff-load' aborted before sending its procedure return values
Loading jpeg gives me the following (which I think is OK?)
jpeg-load: found EXIF block (21706 bytes) jpeg-load: found XMP packet (2468 bytes) While parsing XMP metadata:
Error on line 46 char 1: End of element not expected in this contextMetadata parasite seems to be corrupt
When I quit 2.9, I get buffer leak
(gimp-2.9:56109): Gtk-CRITICAL **: gtk_accel_group_find: assertion `GTK_IS_ACCEL_GROUP (accel_group)' failed EEEEeEeek! 4 GeglBuffers leaked
Gimp 2.9 git 16 bit Tiff Loading Error
On Tue, 2012-10-02 at 20:56 -0400, Partha Bagchi wrote:
Replying to myself. :)
The latest git source still crashes on gimp_tile_get on both Mac (Snow-Leopard 64-bit) and Windows 7 (64-bit). I am guessing it does not on some variant of Linux?
My trace says that there is an issue with gimp-tile.c. I personally am not able to spot any issues there but perhaps more trained eyes may be able to find something?
Thanks, Partha
PS: Should I file a bug report?
Yes please :)
On Sat, Sep 1, 2012 at 5:45 PM, Partha Bagchi wrote:
I decided to test the latest git code on a Mac running Snow Leopard. My git codebase is up to date as of today.
I am getting the following error. I am wondering if anyone else has the same issue or it's confined to the Mac.
./gimp-2.9 ...[Some issues with parsing 2.8 gimprc due to change in interpolation method to LoHalo] bps: 16
load_contiguous
bytes_per_pixel: 6, format: 6
file-tiff-load is updating the progress too often /Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load: fatal error: Bus errorStack trace shows
/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load (pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S #0 0x00007fff86c400f0 in __wait4 () #1 0x00000001012a451f in g_on_error_stack_trace (prg_name=0x7fff5fbff8e0
"/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load") at gbacktrace.c:256
#2 0x00000001012a49c2 in g_on_error_query (prg_name=0x7fff5fbff8e0 "/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load") at gbacktrace.c:190
#3 0x0000000100046675 in gimp_plugin_sigfatal_handler () #4 0x00007fff5fbfee90 in ?? ()
#5 0x000000010005ed4c in gimp_tile_put () /Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load (pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: E(gimp-2.9:56109): LibGimpBase-WARNING **: gimp-2.9: gimp_wire_read(): error plug-in 'file-tiff-load' aborted before sending its procedure return values
Loading jpeg gives me the following (which I think is OK?)
jpeg-load: found EXIF block (21706 bytes) jpeg-load: found XMP packet (2468 bytes) While parsing XMP metadata:
Error on line 46 char 1: End of element not expected in this contextMetadata parasite seems to be corrupt
When I quit 2.9, I get buffer leak
(gimp-2.9:56109): Gtk-CRITICAL **: gtk_accel_group_find: assertion `GTK_IS_ACCEL_GROUP (accel_group)' failed EEEEeEeek! 4 GeglBuffers leaked
_______________________________________________ gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list
Gimp 2.9 git 16 bit Tiff Loading Error
Thanks Mitch! I will do so.
I was a bit hesitant before since there is such heavy development going on with high-bit depth editing.
On Wed, Oct 3, 2012 at 6:23 AM, Michael Natterer wrote:
On Tue, 2012-10-02 at 20:56 -0400, Partha Bagchi wrote:
Replying to myself. :)
The latest git source still crashes on gimp_tile_get on both Mac (Snow-Leopard 64-bit) and Windows 7 (64-bit). I am guessing it does not on some variant of Linux?
My trace says that there is an issue with gimp-tile.c. I personally am not able to spot any issues there but perhaps more trained eyes may be able to find something?
Thanks, Partha
PS: Should I file a bug report?
Yes please :)
On Sat, Sep 1, 2012 at 5:45 PM, Partha Bagchi wrote:
I decided to test the latest git code on a Mac running Snow Leopard. My git codebase is up to date as of today.
I am getting the following error. I am wondering if anyone else has the same issue or it's confined to the Mac.
./gimp-2.9 ...[Some issues with parsing 2.8 gimprc due to change in interpolation method to LoHalo] bps: 16
load_contiguous
bytes_per_pixel: 6, format: 6
file-tiff-load is updating the progress too often /Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load: fatal error: Bus errorStack trace shows
/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load (pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S #0 0x00007fff86c400f0 in __wait4 () #1 0x00000001012a451f in g_on_error_stack_trace (prg_name=0x7fff5fbff8e0
"/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load") at gbacktrace.c:256
#2 0x00000001012a49c2 in g_on_error_query (prg_name=0x7fff5fbff8e0 "/Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load") at gbacktrace.c:190
#3 0x0000000100046675 in gimp_plugin_sigfatal_handler () #4 0x00007fff5fbfee90 in ?? ()
#5 0x000000010005ed4c in gimp_tile_put () /Users/partha/local/gimp-2.9/lib/gimp/2.0/plug-ins/file-tiff-load (pid:56286): [E]xit, [H]alt, show [S]tack trace or [P]roceed: E(gimp-2.9:56109): LibGimpBase-WARNING **: gimp-2.9: gimp_wire_read(): error plug-in 'file-tiff-load' aborted before sending its procedure return values
Loading jpeg gives me the following (which I think is OK?)
jpeg-load: found EXIF block (21706 bytes) jpeg-load: found XMP packet (2468 bytes) While parsing XMP metadata:
Error on line 46 char 1: End of element not expected in this contextMetadata parasite seems to be corrupt
When I quit 2.9, I get buffer leak
(gimp-2.9:56109): Gtk-CRITICAL **: gtk_accel_group_find: assertion `GTK_IS_ACCEL_GROUP (accel_group)' failed EEEEeEeek! 4 GeglBuffers leaked
_______________________________________________ gimp-developer-list mailing list
gimp-developer-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-developer-list