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 703790 - segmentation fault when clicking on + to create a user
segmentation fault when clicking on + to create a user
Status: RESOLVED NOTGNOME
Product: gnome-control-center
Classification: Core
Component: User Accounts
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: Ondrej Holy
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-08 14:03 UTC by Evgeny Bobkin
Modified: 2013-07-17 07:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mode initialization at first (996 bytes, patch)
2013-07-08 17:55 UTC, Ondrej Holy
none Details | Review

Description Evgeny Bobkin 2013-07-08 14:03:33 UTC


Thread 1 (Thread 0x7fffde305900 (LWP 19171))

  • #0 gtk_label_set_attributes
    from /usr/lib64/libgtk-3.so.0
  • #1 label_set_bold
    at um-account-dialog.c line 995
  • #2 mode_change
    at um-account-dialog.c line 1021
  • #3 um_account_dialog_show
    at um-account-dialog.c line 1300
  • #4 _g_closure_invoke_va
    at gclosure.c line 840
  • #5 g_signal_emit_valist
    at gsignal.c line 3234
  • #6 g_signal_emit_by_name
    at gsignal.c line 3424
  • #7 _g_closure_invoke_va
    at gclosure.c line 840
  • #8 g_signal_emit_valist
    at gsignal.c line 3234
  • #9 g_signal_emit
    at gsignal.c line 3384
  • #10 ??
    from /usr/lib64/libgtk-3.so.0
  • #11 g_closure_invoke
    at gclosure.c line 777
  • #12 signal_emit_unlocked_R
    at gsignal.c line 3514
  • #13 g_signal_emit_valist
    at gsignal.c line 3328
  • #14 g_signal_emit
    at gsignal.c line 3384
  • #15 ??
    from /usr/lib64/libgtk-3.so.0
  • #16 ??
    from /usr/lib64/libgtk-3.so.0
  • #17 _g_closure_invoke_va
    at gclosure.c line 840
  • #18 g_signal_emit_valist
    at gsignal.c line 3234
  • #19 g_signal_emit
    at gsignal.c line 3384
  • #20 ??
    from /usr/lib64/libgtk-3.so.0
  • #21 ??
    from /usr/lib64/libgtk-3.so.0
  • #22 gtk_main_do_event
    from /usr/lib64/libgtk-3.so.0
  • #23 ??
    from /usr/lib64/libgdk-3.so.0
  • #24 g_main_dispatch
    at gmain.c line 3054
  • #25 g_main_context_dispatch
    at gmain.c line 3630
  • #26 g_main_context_iterate
    at gmain.c line 3701
  • #27 g_main_context_iteration
    at gmain.c line 3762
  • #28 g_application_run
    at gapplication.c line 1623
  • #29 main
    at main.c line 52

Comment 1 Ondrej Holy 2013-07-08 17:55:46 UTC
Created attachment 248640 [details] [review]
mode initialization at first

mode_change is probably called before mode_init from some reasons. Could you test assigned patch please?
Comment 2 Paolo 2013-07-08 20:55:08 UTC
I am the person who reported the bug on the Gentoo bugzilla.
I tried this patch but it doesn't work!
Comment 3 Evgeny Bobkin 2013-07-11 09:11:45 UTC
(In reply to comment #1)
> Created an attachment (id=248640) [details] [review]
> mode initialization at first
> 
> mode_change is probably called before mode_init from some reasons. Could you
> test assigned patch please?

this still seg faults. well, I have tried the gnome-3.8 branch in jhbuild and there I was not able to reproduce the issue. and it seems there are changes after 3.8.3 resease https://git.gnome.org/browse/gnome-control-center/log/?h=gnome-3-8

so I try it out if there is something related.