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 482751 - gthumb crashes if it cannot find cursor
gthumb crashes if it cannot find cursor
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.10.x
Other All
: Normal critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-10-02 21:52 UTC by Mitch
Modified: 2007-10-03 19:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mitch 2007-10-02 21:52:50 UTC
Steps to reproduce:
1. run gthumb
2. 
3. 


Stack trace:

Thread NaN (LWP 9280)

  • #0 IA__gdk_cursor_unref
    at gdkcursor.c line 78
  • #1 set_cursor_busy
    at gth-browser.c line 1087
  • #2 gth_browser_go_to_directory
    at gth-browser.c line 7821
  • #3 go_to_uri__step_2
    at gth-browser.c line 1283
  • #4 g_idle_dispatch
    at gmain.c line 4132
  • #5 g_main_dispatch
    at gmain.c line 2061
  • #6 IA__g_main_context_dispatch
    at gmain.c line 2613
  • #7 g_main_context_iterate
    at gmain.c line 2694
  • #8 IA__g_main_loop_run
    at gmain.c line 2898
  • #9 IA__gtk_main
    at gtkmain.c line 1144
  • #10 main
    at main.c line 738


Other information:
Clearly cursor=0x0 as left_ptr_watch cursor was not found !
Comment 1 Michael Chudobiak 2007-10-03 19:53:36 UTC
Thanks for the bug report!

This should be fixed in svn rev 2010 and later.

- Mike