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 629276 - opening colors dialogs in gimp in full screen crashes the application
opening colors dialogs in gimp in full screen crashes the application
Status: RESOLVED DUPLICATE of bug 623563
Product: GIMP
Classification: Other
Component: User Interface
2.7.1
Other Windows
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2010-09-10 14:05 UTC by slavi
Modified: 2010-10-29 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description slavi 2010-09-10 14:05:16 UTC
i'm using windows xp sp3 with gimp 2.7.1 binaries from sf

open gimp, create a new image, move to full screen (f11), try opening colors/colors balance for instance. gimp crashes
Comment 1 LightningIsMyName 2010-09-12 17:47:58 UTC
Can you please launch gimp using the command line, and then when GIMP crashes, see what error it produces?
Comment 2 Fabio Durán Verdugo 2010-10-27 23:55:10 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!
Comment 3 slavi 2010-10-28 16:24:55 UTC
Hi,

running gimp-2.7.exe --verbose prints:

loading menu 'C:\Program Files\GIMP 2.7\share\gimp\2.0\menus\image-menu.xml' for /image-menubar
Parsing 'C:\Documents and Settings\user\.gimp-2.7\tool-options\gimp-color-balance-tool.settings'
**
Gdk:ERROR:gdkgc-win32.c:751:get_impl_drawable: code should not be reached

Here's a backtrace taken when the messagebox appears:

Call stack of main thread
Address    Stack      Procedure / arguments                                           Called from                   Frame
0022DB30   77C39300   ? USER32.MessageBoxA                                            msvcrt.77C392FA               0022DB2C
0022DB34   00960396     hOwner = 00960396 ('[428-28-SOIC] (imported)-1.0 ...',class=
0022DB38   0022DB74     Text = "Runtime Error!

Program: C:\Program Files\GIMP 2.7\b
0022DB3C   77C12CC0     Title = "Microsoft Visual C++ Runtime Library"
0022DB40   00012010     Style = MB_OK|MB_ICONHAND|MB_TASKMODAL|10000
0022DB64   77C3B127   msvcrt.77C3920A                                                 msvcrt.77C3B122               0022DB60
0022DD74   77C36BBA   ? msvcrt.77C3AF89                                               msvcrt.77C36BB5               0022DD70
0022DD7C   6860B013   ? <JMP.&msvcrt.abort>                                           libglib-.6860B00E
0022DDFC   6C37BDD6   ? <JMP.&libglib-2.0-0.g_assertion_message>                      libgdk-w.6C37BDD1
0022DE2C   6C37C1AA   ? libgdk-w.6C37BD30                                             libgdk-w.6C37C1A5             0022DE28
0022DE8C   62D49141   ? <JMP.&libgdk-win32-2.0-0.gdk_win32_hdc_get>                   libwimp.62D4913C              0022DE88
0022DF3C   62D43C05   ? libwimp.62D48F80                                              libwimp.62D43C00              0022DF38
Comment 4 Sven Neumann 2010-10-28 22:02:58 UTC
Please specify what version of gtk+ you are using and reassign to gtk+.
Comment 5 LightningIsMyName 2010-10-29 13:08:50 UTC
Sven: Looks like the same bug of the text tool - opening the color balance dialog in full screen mode, opens the on-canvas widget (exactly like we have for the text tool) and that widget crashes on windows exactly with the same gdk error message about get_impl_drawable (See Bug 623563).

Sven, if you agree it's the same problem, then we should probably close this as a duplicate...
Comment 6 Michael Natterer 2010-10-29 16:28:18 UTC
It is definitely the same problem.

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