Launchpad has imported 10 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=625431.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-08-19T12:22:55+00:00 Tomáš wrote:

Description of problem:
Trying to select any text in any PDF, evince crashes.

Version-Release number of selected component (if applicable):
evince-2.31.6.1-1.fc14.x86_64
poppler-0.14.1-1.fc14.x86_64
gtk2-2.21.6-1.fc14.x86_64

How reproducible:
always

Steps to Reproduce:
1. Open any PDF
2. Select any text
3. Burn!
  
Actual results:
GLib-ERROR **: gmem.c:140: failed to allocate 85487029080000 bytes

Additional info:

Program received signal SIGTRAP, Trace/breakpoint trap.
g_logv (log_domain=0x3257c9fa46 "GLib", log_level=<value optimized out>, 
format=0x3257ca75f0 "%s: failed to allocate %lu bytes", args1=
    0x7fffffffd770) at gmessages.c:554
554               g_private_set (g_log_depth, GUINT_TO_POINTER (depth));
(gdb) t a a bt

<useless threads ripped out>

Thread 1 (Thread 0x7ffff7fc2940 (LWP 29293)):
#0  g_logv (log_domain=0x3257c9fa46 "GLib", log_level=<value optimized out>, 
format=0x3257ca75f0 "%s: failed to allocate %lu bytes", args1=
    0x7fffffffd770) at gmessages.c:554
#1  0x0000003257c475c3 in g_log (log_domain=<value optimized out>, 
log_level=<value optimized out>, format=<value optimized out>)
    at gmessages.c:568
#2  0x0000003257c4551c in g_malloc (n_bytes=93046171521888) at gmem.c:139
#3  0x000000325ac343c5 in miRegionOp (newReg=0x911f20, reg1=0x911f20, 
reg2=0x9eef80, overlapFn=0x325ac33f10 <miIntersectO>, nonOverlap1Fn=
    0, nonOverlap2Fn=0) at gdkregion-generic.c:873
#4  0x000000325ac34c6f in IA__gdk_region_intersect (source1=0x911f20, 
source2=<value optimized out>) at gdkregion-generic.c:609
#5  0x000000325ac3ed50 in gdk_window_invalidate_maybe_recurse_full 
(window=0x914120 [GdkWindow], region=0x9eef80, clear_bg=CLEAR_BG_NONE, 
    child_func=0x325ac3c5f0 <true_predicate>, user_data=0x0) at gdkwindow.c:5786
#6  0x000000325bc28c51 in merge_selection_region (view=0x8a0040 [EvView], 
new_list=<value optimized out>) at ev-view.c:5912
#7  0x000000325bc2cfc5 in compute_selections (view=0x8a0040 [EvView], 
style=EV_SELECTION_STYLE_GLYPH, start=<value optimized out>, 
    stop=<value optimized out>) at ev-view.c:5934
#8  0x000000325bc2d0dd in selection_update_idle_cb (view=0x8a0040 [EvView]) at 
ev-view.c:3707
#9  0x0000003257c3e793 in g_main_dispatch (context=0x6954b0) at gmain.c:2119
#10 g_main_context_dispatch (context=0x6954b0) at gmain.c:2672
#11 0x0000003257c3ef70 in g_main_context_iterate (context=0x6954b0, block=1, 
dispatch=1, self=<value optimized out>) at gmain.c:2750
#12 0x0000003257c3f5e2 in g_main_loop_run (loop=0x6ee9d0) at gmain.c:2958
#13 0x000000325b14ac27 in IA__gtk_main () at gtkmain.c:1237
#14 0x000000000043bd94 in main (argc=1, argv=0x7fffffffde58) at main.c:322
(gdb)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/0

------------------------------------------------------------------------
On 2010-08-19T13:20:54+00:00 Matthias wrote:

Can you attach the offending pdf ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/1

------------------------------------------------------------------------
On 2010-08-19T13:49:47+00:00 Tomáš wrote:

It happens to me with any pdf file, e.g. http://www.irs.gov/pub/irs-
pdf/fw4.pdf (first hit in Google).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/2

------------------------------------------------------------------------
On 2010-08-19T14:56:33+00:00 Matthias wrote:

Ah, here too now :-)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/3

------------------------------------------------------------------------
On 2010-08-19T15:46:58+00:00 Benjamin wrote:

It's a bug in evince upstream. Carlos replaced GdkRegion with
cairo_region_t unconditionally. So when compiling against GTK 2, bad
things happen.

I've notified him on IRC.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/4

------------------------------------------------------------------------
On 2010-09-08T13:45:04+00:00 Matthias wrote:

Fixed upstream:
http://git.gnome.org/browse/evince/commit/?h=gnome-2-32&id=e36d5aeda1ceba4d656964ed46985379df64b4f2

Will be in the next evince release.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/21

------------------------------------------------------------------------
On 2010-09-09T08:16:29+00:00 Marek wrote:

Hi Matthias,

thank you for the info.

Marek

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/22

------------------------------------------------------------------------
On 2010-09-13T14:24:38+00:00 Fedora wrote:

evince-2.31.92-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/evince-2.31.92-2.fc14

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/23

------------------------------------------------------------------------
On 2010-09-13T18:11:27+00:00 Fedora wrote:

evince-2.31.92-2.fc14 has been pushed to the Fedora 14 testing repository.  If 
problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update evince'.  You can provide 
feedback for this update here: 
https://admin.fedoraproject.org/updates/evince-2.31.92-2.fc14

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/24

------------------------------------------------------------------------
On 2010-09-16T03:44:16+00:00 Fedora wrote:

evince-2.31.92-2.fc14 has been pushed to the Fedora 14 stable
repository.  If problems still persist, please make note of it in this
bug report.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/622344/comments/25


** Changed in: evince (Fedora)
       Status: Unknown => Fix Released

** Changed in: evince (Fedora)
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/622344

Title:
  evince crashed with signal 5 in g_malloc()

Status in Evince:
  Fix Released
Status in evince package in Ubuntu:
  Fix Released
Status in evince package in Fedora:
  Fix Released

Bug description:
  Binary package hint: evince

  Description:  Ubuntu maverick (development branch)
  Release:      10.10

  evince:
    Installiert: 2.31.90-0ubuntu1
    Kandidat:    2.31.90-0ubuntu1
    Versionstabelle:
   *** 2.31.90-0ubuntu1 0
          500 http://de.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
          100 /var/lib/dpkg/status

  i opened the attached pdf and went to site 32, "Write callbacks"
  i tried to copy/paste the first code block "png_structp png_ptr = ..." - 
nothing happend
  i tried it again and evince crashed
  it always crashes when i try to do that
  i expected a normal copy/paste highlightning 

  reproduce: go to the first code block, press the left mouse button and hold 
it, and move it to the end of the codeblock
  this works sometimes, but often it crashes
  if it doesnt crash, just click in the box a few times, i'm sure it will

  ProblemType: Crash
  DistroRelease: Ubuntu 10.10
  Package: evince 2.31.90-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.35-17.23-generic 2.6.35.2
  Uname: Linux 2.6.35-17-generic x86_64
  Architecture: amd64
  Date: Sun Aug 22 18:40:56 2010
  ExecutablePath: /usr/bin/evince
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha amd64 (20100630)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-2.6.35-17-generic 
root=UUID=8f6d8a19-d3bb-409f-a0dd-35960b498d54 ro
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.utf8
   SHELL=/bin/bash
  Signal: 5
  SourcePackage: evince
  StacktraceTop:
   g_malloc () from /lib/libglib-2.0.so.0
   ?? () from /usr/lib/libgdk-x11-2.0.so.0
   gdk_region_intersect ()
   ?? () from /usr/lib/libgdk-x11-2.0.so.0
   ?? () from /usr/lib/libevview.so.3
  Title: evince crashed with signal 5 in g_malloc()
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  XsessionErrors:
   (polkit-gnome-authentication-agent-1:1642): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
   (bluetooth-applet:1639): Gtk-CRITICAL **: IA__gtk_widget_set_sensitive: 
assertion `GTK_IS_WIDGET (widget)' failed
   (alltray:2183): Gdk-WARNING **: Can't confine to grabbed window, not native

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/622344/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to