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 594108 - Cheese crashed during video recording when I switched to full screen mode
Cheese crashed during video recording when I switched to full screen mode
Status: RESOLVED DUPLICATE of bug 592100
Product: cheese
Classification: Applications
Component: general
2.26.x
Other Linux
: Normal critical
: 2.28
Assigned To: Cheese Maintainer(s)
Cheese Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-09-04 08:05 UTC by bgao1
Modified: 2009-09-21 17:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cheese callstack (22.28 KB, text/plain)
2009-09-04 08:07 UTC, bgao1
Details

Description bgao1 2009-09-04 08:05:14 UTC
Launch Cheese and start recording video, during the recording, press F11 or
select FullScreen mode from menu, then cheese crashed.

I run Cheese on Moblin Linux, but it's easy to reproduce on FC10.

The crash callstack is attached.
Comment 1 bgao1 2009-09-04 08:07:32 UTC
Created attachment 142456 [details]
cheese callstack

add the callstack attachment.
Comment 2 Filippo Argiolas 2009-09-14 17:42:11 UTC
Confirmed here, it seems something related to pulseaudio but I cannot really tell how it could be triggered by us going to fullscreen, maybe a thread locking issue... I really have no clue.
Comment 3 Filippo Argiolas 2009-09-21 17:36:12 UTC
Posting the attachment as plain text so it can be detected and pretty printed by the traceparser.

Assertion 'pthread_setspecific(t->key, userdata) == 0' failed at pulsecore/thread-posix.c:200, function pa_tls_set(). Aborting.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb72afb70 (LWP 1399)]
0x0095ba77 in raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
64	  return INLINE_SYSCALL (tgkill, 3, pid, selftid, sig);

Thread 1 (Thread 0xb7efd6c0 (LWP 1350))

  • #0 __libc_writev
    at ../sysdeps/unix/sysv/linux/writev.c line 56
  • #1 ??
    from /usr/lib/libxcb.so.1
  • #2 ??
    from /usr/lib/libxcb.so.1
  • #3 xcb_writev
    from /usr/lib/libxcb.so.1
  • #4 _XSend
    at xcb_io.c line 332
  • #5 _XReply
    at xcb_io.c line 450
  • #6 XInternAtom
    at IntAtom.c line 184
  • #7 IA__gdk_x11_atom_to_xatom_for_display
    at gdkproperty-x11.c line 206
  • #8 IA__gdk_window_set_type_hint
    at gdkwindow-x11.c line 2142
  • #9 _gdk_window_new
    at gdkwindow-x11.c line 950
  • #10 IA__gdk_window_new
    at gdkwindow.c line 379
  • #11 gtk_window_realize
    at gtkwindow.c line 4788
  • #12 IA__g_cclosure_marshal_VOID__VOID
  • #13 g_type_class_meta_marshal
    at gclosure.c line 878
  • #14 IA__g_closure_invoke
    at gclosure.c line 767
  • #15 signal_emit_unlocked_R
    at gsignal.c line 3177
  • #16 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #17 IA__g_signal_emit
    at gsignal.c line 3037
  • #18 IA__gtk_widget_realize
    at gtkwidget.c line 3322
  • #19 gtk_window_show
    at gtkwindow.c line 4487
  • #20 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #21 g_type_class_meta_marshal
    at gclosure.c line 878
  • #22 IA__g_closure_invoke
    at gclosure.c line 767
  • #23 signal_emit_unlocked_R
    at gsignal.c line 3177
  • #24 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #25 IA__g_signal_emit
    at gsignal.c line 3037
  • #26 IA__gtk_widget_show
    at gtkwidget.c line 3006
  • #27 IA__gtk_widget_show_all
    at gtkwidget.c line 3154
  • #28 cheese_window_fullscreen_show_bar
    at cheese-window.c line 301
  • #29 cheese_window_toggle_fullscreen
    at cheese-window.c line 360
  • #30 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #31 IA__g_closure_invoke
    at gclosure.c line 767
  • #32 signal_emit_unlocked_R
    at gsignal.c line 3247
  • #33 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #34 IA__g_signal_emit
    at gsignal.c line 3037
  • #35 _gtk_action_emit_activate
    at gtkaction.c line 727
  • #36 IA__gtk_action_activate
    at gtkaction.c line 757
  • #37 gtk_check_menu_item_activate
    at gtkcheckmenuitem.c line 422
  • #38 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #39 g_type_class_meta_marshal
    at gclosure.c line 878
  • #40 IA__g_closure_invoke
    at gclosure.c line 767
  • #41 signal_emit_unlocked_R
    at gsignal.c line 3177
  • #42 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #43 IA__g_signal_emit
    at gsignal.c line 3037
  • #44 IA__gtk_widget_activate
    at gtkwidget.c line 4792
  • #45 IA__gtk_menu_shell_activate_item
    at gtkmenushell.c line 1139
  • #46 gtk_menu_shell_button_release
    at gtkmenushell.c line 678
  • #47 gtk_menu_button_release
    at gtkmenu.c line 2950
  • #48 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #49 g_type_class_meta_marshal
    at gclosure.c line 878
  • #50 IA__g_closure_invoke
    at gclosure.c line 767
  • #51 signal_emit_unlocked_R
    at gsignal.c line 3285
  • #52 IA__g_signal_emit_valist
    at gsignal.c line 2990
  • #53 IA__g_signal_emit
    at gsignal.c line 3037
  • #54 gtk_widget_event_internal
    at gtkwidget.c line 4761
  • #55 IA__gtk_propagate_event
    at gtkmain.c line 2396
  • #56 IA__gtk_main_do_event
    at gtkmain.c line 1601
  • #57 gdk_event_dispatch
    at gdkevents-x11.c line 2364
  • #58 g_main_dispatch
    at gmain.c line 1960
  • #59 IA__g_main_context_dispatch
    at gmain.c line 2513
  • #60 g_main_context_iterate
    at gmain.c line 2591
  • #61 IA__g_main_loop_run
    at gmain.c line 2799
  • #62 IA__gtk_main
    at gtkmain.c line 1205

Comment 4 Filippo Argiolas 2009-09-21 17:42:11 UTC
Marking as duplicate of bug 592100 as it has a nicer stack trace.

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