Opened 18 years ago
Closed 17 years ago
#695 closed bug (fixed)
[ButterFly] crash on jpeg translator selection
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | |
Keywords: | Cc: | oxben@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
ButterFly will crash if you open any image, select Convert menu and select JPEG or JPEG2000 translators. Note that if you Press Debug button upon crash and then close Terminal with gdb, ButterFly's window will not close. bt command says "No stack." Tested on real hw with hrev17923.
Change History (8)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Summary: | [ButterFly] crash on jpeg traslator selection → [ButterFly] crash on jpeg translator selection |
---|
comment:3 by , 18 years ago
Note also that:
a) ButterFly crases under R5 in similar maner if HSIRawTranslator (http:// bebits.com/app/494) installed (as DataTranslation itself). It even make opening large files (like .tga screenshots) very very slow.
b) GifTranslator shows non-standard grey background.
See #412, #412 and #412 for additional problems with translators.
comment:4 by , 17 years ago
Platform: | → All |
---|
I know that jpg tanslator hade some problem in the past and every application trying to open a jpg file craches but some releases after r2xxx fixed this (Zeta hade the same problem in 1.21)
comment:5 by , 17 years ago
comment:6 by , 17 years ago
There is a version 1.6.2 available, may be you want to test this one too?
See: Bebits talkback for Butterfly: http://www.bebits.com/talkback/479#20098 Or, directly: http://oxben.free.fr/butterfly/Butterfly.html
comment:8 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Ok thanks for confirming.
There is more than one bug here I think.
(1) When I use an optimized build of Butterfly (no debug info), it crashes as soon as I select the JPEG entry in the translator list. The problem seems to be related to drawing the UI for JPEG translators. It works fine with other translators (TIFF, TGA, GIF, ...)
(2) When I use a recompiled Butterfly with debug info on BeOS 5 PE and I execute it on Haiku/Qemu. I can go further: I can select JPEG translator and its UI draws correctly. But once I've chosen any translator (not only JPEG ones) and selected the output filename, Butterfly crashes. This time, on the console I got the following message:
168: DEBUGGER: translator must be locked!
Looks like I forgot to lock something (something that wasn't needed in BeOS?).