http://defect.opensolaris.org/bz/show_bug.cgi?id=10901
Darren Kenny <dkenny at opensolaris.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dkenny at opensolaris.org
Summary|nwam-manager-properties -c |some apps abort with a
|crashes on selecting join |critical error when closing
|unlisted |a dialog.
Status Whiteboard|nwam1-build:2009-08-23 |
|nwamu1-build:2009-08-24 |
--- Comment #1 from Darren Kenny <dkenny at opensolaris.org> 2009-08-26
14:32:42 UTC ---
I'm getting the same issue in gvim:
=>[1] g_log_default_handler(0xfecafd5c), at 0xfd2db754
[2] g_logv(0xfecafd5c, 0x8, 0xfecafeb0, 0x80465fc), at 0xfd2daf34
[3] g_log(0xfecafd5c, 0x8, 0xfecafeb0, 0xfecafe9c, 0xc0, 0xfecafe6c,
0x8046638, 0xfec80de6), at 0xfd2db045
[4] gdk_x11_atom_to_xatom_for_display(0x82977c8, 0x0, 0x30, 0xfec891c2), at
0xfec80ecd
[5] gdk_wmspec_change_state(0x0, 0x94c6f08, 0x5d, 0x0), at 0xfec89243
[6] gdk_window_set_modal_hint(0x94c6f08, 0x0, 0x80466e8, 0xfea96a72), at
0xfec892f2
[7] gtk_window_set_modal(0x8bdc108, 0x0, 0x8046738, 0xfe8fd4ca), at
0xfea96ad9
[8] gtk_dialog_run(0x8bdc108, 0x83d91f8, 0x8046788, 0x81b69de), at 0xfe8fd624
[9] gui_mch_dialog(0x2, 0x81fcb44, 0x9458a88, 0x81fd20c, 0x1, 0x0, 0x80467c8,
0x0), at 0x81b69f1
[10] do_dialog(0x2, 0x81fcb44, 0x9458a88, 0x81fd20c, 0x1, 0x0, 0x9248fa8,
0xfd37b244), at 0x8112f12
[11] buf_check_timestamp(0x82a6e08, 0x1, 0x80468f8, 0x80e9c8a), at 0x80ea506
[12] check_timestamps(0x1), at 0x80e9cf7
[13] ui_focus_change(0x1, 0x1, 0x0, 0x85), at 0x81a6287
[14] vgetc(0x80469a0, 0x0, 0x8046a08, 0x812ca4d, 0x4d, 0x0), at 0x80f2c40
[15] safe_vgetc(0x4d, 0x0, 0x0, 0x6e4, 0x1, 0x1), at 0x80f2eeb
[16] normal_cmd(0x8046a30, 0x1, 0x8046aa8, 0x80fe53c), at 0x812ca4d
[17] main_loop(0x0, 0x0, 0x8046b98, 0x80fe0c9), at 0x80fe588
[18] main(0x3, 0x8046bcc, 0x8046bdc, 0xfeffb804), at 0x80fe183
where there also the critical error being output:
Gdk-CRITICAL **: file gdkproperty-x11.c: line 192: assertion `atom != GDK_NONE'
failed
So I don't believe this to be unique to NWAM Manager.
To reproduce using gvim:
- run gvim in the debugger :
dbx /usr/bin/gvim
- in dbx, enter:
stop in g_log_default_handler
run -f /tmp/t
Now in a terminal, run the command:
echo hello" > /tmp/t
then switch back to gvim - you should get a dialog telling you that the file
has changed - click OK, and then you should get the call to the log message.
I'm re-assigning this to GTK+ since it's reproducible in a vanilla snv121
install.
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.