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 416841 - evince crashed with SIGSEGV in strlen()
evince crashed with SIGSEGV in strlen()
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
0.7.x
Other Linux
: Normal critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-10 16:46 UTC by Sebastien Bacher
Modified: 2007-03-19 15:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Sebastien Bacher 2007-03-10 16:46:41 UTC
The bug has been opened on https://launchpad.net/bugs/89921

"Binary package hint: evince

Evince has crashed while cut & pasting text from a pdf document.

ProblemType: Crash
Architecture: powerpc
Date: Mon Mar 5 18:57:20 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/evince
Package: evince 0.7.2-0ubuntu2
ProcCmdline: evince c7-1.pdf
...
http://librarian.launchpad.net/6646266/c7-1.pdf
pdf document causing crash during cut&paste

Here is the pdf document, I was trying to cut and paste source program at page 5.
...
http://librarian.launchpad.net/6647581/Stacktrace
Stacktrace with debug symbols

Ok, doing apport-retrace -v -d -o tmpdir /var/crash/_usr_bin_evince.1000.crash, I successfully obtained the stacktrace with debugging informations.

Here it is."
...
  • #0 strlen
    from /lib/libc.so.6
  • #1 IA__gtk_selection_data_set_text
    at gtkselection.c line 1360
  • #2 ev_view_primary_get_cb
    at ev-view.c line 4738
  • #3 selection_get_cb
    at gtkclipboard.c line 316
  • #4 _gtk_marshal_VOID__BOXED_UINT_UINT
    at gtkmarshalers.c line 1575
  • #5 IA__g_closure_invoke
    at gclosure.c line 490
  • #6 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #7 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #8 IA__g_signal_emit_by_name
    at gsignal.c line 2267
  • #9 gtk_selection_invoke_handler
    at gtkselection.c line 2808
  • #10 _gtk_selection_request
    at gtkselection.c line 2205
  • #11 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 84
  • #12 g_type_class_meta_marshal
    at gclosure.c line 567
  • #13 IA__g_closure_invoke
    at gclosure.c line 490
  • #14 signal_emit_unlocked_R
    at gsignal.c line 2478
  • #15 IA__g_signal_emit_valist
    at gsignal.c line 2209
  • #16 IA__g_signal_emit
    at gsignal.c line 2243
  • #17 gtk_widget_event_internal
    at gtkwidget.c line 3915
  • #18 IA__gtk_main_do_event
    at gtkmain.c line 1570
  • #19 gdk_event_dispatch
    at gdkevents-x11.c line 2318
  • #20 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #21 g_main_context_iterate
    at gmain.c line 2677
  • #22 IA__g_main_loop_run
    at gmain.c line 2881
  • #23 IA__gtk_main
    at gtkmain.c line 1171
  • #24 main
    at main.c line 319

Comment 1 Carlos Garcia Campos 2007-03-19 15:51:26 UTC
Although I failed to reproduce it, I think it's fixed in svn trunk now. Feel free to reopen it if the problem persists for you. 

Thanks for the bug report.