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 594885 - segfault when opening form PDF
segfault when opening form PDF
Status: RESOLVED NOTGNOME
Product: evince
Classification: Core
Component: PDF
git master
Other Linux
: Normal critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-11 13:24 UTC by Felix Riemann
Modified: 2009-09-19 11:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Felix Riemann 2009-09-11 13:24:26 UTC
The XHTML Form PDF example from the TCPDF (tcpdf.sf.net) package crashes evince when being opened. File is available from http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples (Example 54, XHTML Form).
This is with poppler 0.12.

[New Thread 0x7fde6b810740 (LWP 14927)]
[New Thread 0x7fde5fea9910 (LWP 14930)]
Error: Annotation rectangle is wrong type
Error: FormWidgetButton:: unable to find the on state for the button

[New Thread 0x7fde5dc97910 (LWP 14931)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fde5fea9910 (LWP 14930)]
0x00007fde69413437 in pthread_mutex_lock () from /lib/libpthread.so.0
Current language:  auto; currently asm
(gdb) thread apply all bt full

Thread 1 (Thread 0x7fde6b810740 (LWP 14927))

  • #0 __lll_lock_wait
    at ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S line 136
  • #1 _L_lock_534
    from /lib/libpthread.so.0
  • #2 pthread_mutex_lock
    from /lib/libpthread.so.0
  • #3 draw_loading_text
    at ev-view.c line 4011
  • #4 ev_view_expose_event
    at ev-view.c line 4104
  • #5 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #6 IA__g_closure_invoke
    at gclosure.c line 767
  • #7 signal_emit_unlocked_R
    at gsignal.c line 3285
  • #8 IA__g_signal_emit_valist
    at gsignal.c line 2990
  • #9 IA__g_signal_emit
    at gsignal.c line 3037
  • #10 gtk_widget_event_internal
    at gtkwidget.c line 4767
  • #11 IA__gtk_main_do_event
    at gtkmain.c line 1558
  • #12 _gdk_window_process_updates_recurse
    at gdkwindow.c line 4961
  • #13 _gdk_window_process_updates_recurse
    at gdkwindow.c line 4934
  • #14 _gdk_window_process_updates_recurse
    at gdkwindow.c line 4934
  • #15 gdk_window_process_updates_internal
    at gdkwindow.c line 5116
  • #16 IA__gdk_window_process_updates
    at gdkwindow.c line 5268
  • #17 gtk_window_check_resize
    at gtkwindow.c line 6188
  • #18 IA__g_closure_invoke
    at gclosure.c line 767
  • #19 signal_emit_unlocked_R
    at gsignal.c line 3285
  • #20 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #21 IA__g_signal_emit
    at gsignal.c line 3037
  • #22 gtk_container_idle_sizer
    at gtkcontainer.c line 1350
  • #23 gdk_threads_dispatch
    at gdk.c line 506
  • #24 IA__g_main_context_dispatch
    at gmain.c line 1960
  • #25 g_main_context_iterate
    at gmain.c line 2591
  • #26 IA__g_main_loop_run
    at gmain.c line 2799
  • #27 IA__gtk_main
    at gtkmain.c line 1205
  • #28 main
    at main.c line 497
  • #0 pthread_mutex_lock
    from /lib/libpthread.so.0

Comment 1 Felix Riemann 2009-09-19 11:10:52 UTC
Opened a bug[1] against poppler now as it doesn't seem to be limited to evince. GIMP's PDF import dies as well.

[1]: https://bugs.freedesktop.org/show_bug.cgi?id=24036