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 501887 - NULL dereference when selecting text
NULL dereference when selecting text
Status: RESOLVED DUPLICATE of bug 501673
Product: evince
Classification: Core
Component: general
2.20.x
Other All
: Normal critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-05 20:40 UTC by Jim Radford
Modified: 2008-01-17 08:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Jim Radford 2007-12-05 20:40:22 UTC
Steps to reproduce:
Select text randomly for a few minutes.


Stack trace:
  • #0 TextLine::visitSelection
    at TextOutputDev.cc line 3779
  • #1 TextBlock::visitSelection
    at TextOutputDev.cc line 3879
  • #2 TextPage::visitSelection
    at TextOutputDev.cc line 3953
  • #3 TextPage::getSelectionRegion
    at TextOutputDev.cc line 3976
  • #4 poppler_page_get_selection_region
    at poppler-page.cc line 562
  • #5 g_cclosure_marshal_VOID__VOID
  • #6 g_cclosure_marshal_VOID__VOID
  • #7 g_cclosure_marshal_VOID__VOID
  • #8 g_cclosure_marshal_VOID__VOID
  • #9 g_main_context_dispatch
    from /lib64/libglib-2.0.so.0
  • #10 g_cclosure_marshal_VOID__VOID
    from /lib64/libglib-2.0.so.0
  • #11 g_main_loop_run
    from /lib64/libglib-2.0.so.0
  • #12 gtk_main
    from /usr/lib64/libgtk-x11-2.0.so.0
  • #13 g_cclosure_marshal_VOID__VOID
  • #14 __libc_start_main
    from /lib64/libc.so.6
  • #15 g_cclosure_marshal_VOID__VOID
  • #16 ??
  • #17 ??


Other information:
[Switching to Thread 46912496399072 (LWP 15136)]
TextLine::visitSelection (this=0xb9de00, visitor=0x7fffeb034d00, selection=0x7fffeb034be0, style=selectionStyleWord) at TextOutputDev.cc:3779
3779        child_selection.x1 = begin->xMin;
Current language:  auto; currently c++
(gdb) print begin
$1 = (TextWord *) 0x0
Comment 1 Carlos Garcia Campos 2008-01-17 08:48:40 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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