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 645915 - Crashed with "st_widget_get_theme_node called on the widget %s which is not in the stage"
Crashed with "st_widget_get_theme_node called on the widget %s which is not i...
Status: RESOLVED DUPLICATE of bug 645697
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-03-28 09:47 UTC by Guillaume Desmottes
Modified: 2011-03-28 09:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2011-03-28 09:47:02 UTC
I was using the Shell, I clicked on a HTTP link and it crashed:

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007fc949ac8688 in g_logv (log_domain=0x7fc9521d58fb "St", log_level=G_LOG_LEVEL_ERROR, 
    format=0x7fc9521d5990 "st_widget_get_theme_node called on the widget %s which is not in the stage.", args1=0x7fffb01b8210) at gmessages.c:553
553			G_BREAKPOINT ();


Program received signal SIGINT, Interrupt.
0x00007fc9521af5d6 in st_widget_get_theme_node (widget=0x7fc93c2ffbd0) at st/st-widget.c:579
579	          g_error ("st_widget_get_theme_node called on the widget %s which is not in the stage.",
(gdb) br[Kt [K
  • #0 st_widget_get_theme_node
    at st/st-widget.c line 579
  • #1 ffi_call_unix64
    from /usr/lib/libffi.so.5
  • #2 ffi_call
    from /usr/lib/libffi.so.5
  • #3 gjs_invoke_c_function
    at gi/function.c line 624
  • #4 function_call
    at gi/function.c line 875
  • #5 js_Invoke
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #6 ??
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #7 js_Invoke
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #8 ??
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #9 ??
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #10 js_Invoke
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #11 ??
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #12 JS_CallFunctionValue
    from /home/cassidy/usr/lib64/xulrunner-1.9.2.13/libmozjs.so
  • #13 gjs_callback_closure
    at gi/function.c line 191
  • #14 ffi_closure_unix64_inner
    from /usr/lib/libffi.so.5
  • #15 ffi_closure_unix64
    from /usr/lib/libffi.so.5
  • #16 run_repaint_laters
    at core/util.c line 743
  • #17 _clutter_run_repaint_functions
    at ./clutter-main.c line 3190

Comment 1 Jasper St. Pierre (not reading bugmail) 2011-03-28 09:54:41 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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