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 348763 - Gedit CVS crash during print attempt.
Gedit CVS crash during print attempt.
Status: RESOLVED DUPLICATE of bug 330907
Product: gedit
Classification: Applications
Component: general
git master
Other Linux
: Normal major
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-26 10:09 UTC by Ali Akcaagac
Modified: 2006-08-21 17:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Ali Akcaagac 2006-07-26 10:09:51 UTC
Hello,

Gedit CVS seem to be crashing when trying to print "longer" files. Here the backtrace.





galaxy@ulixys:~ > gdb gedit
GNU gdb 6.3
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /usr/local/bin/gedit 
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 11519)]

** (gedit:11519): WARNING **: Cannot load python extension '/usr/local/lib/gedit-2/plugins/devhelp.gedit-plugin', gedit was not compiled with python support
[New Thread 32769 (LWP 11522)]
[New Thread 16386 (LWP 11523)]
[New Thread 32771 (LWP 11524)]
Model not found, discarding config
[Thread 32771 (LWP 11524) exited]
[Thread 16386 (LWP 11523) exited]
[New Thread 49154 (LWP 11525)]

(gedit:11519): GnomePrintCupsPlugin-WARNING **: iconv does not support ppd character encoding: ISOLatin1, trying CSISOLatin1

** (gedit:11519): WARNING **: could not set the value of Settings.Document.Filter, node not found
[Thread 49154 (LWP 11525) exited]

GnomePrint-CRITICAL **: gnome_rfont_get_glyph_stdadvance: assertion `glyph < GRF_NUM_GLYPHS (rfont)' failed
aborting...

Program received signal SIGABRT, Aborted.

Thread 16384 (LWP 11519)

  • #0 kill
    from /lib/libc.so.6
  • #1 pthread_kill
    from /lib/libpthread.so.0
  • #2 raise
    from /lib/libpthread.so.0
  • #3 raise
    from /lib/libc.so.6
  • #4 abort
    from /lib/libc.so.6
  • #5 IA__g_logv
    at gmessages.c line 497
  • #6 IA__g_log
    at gmessages.c line 517
  • #7 IA__g_return_if_fail_warning
  • #8 gnome_rfont_get_glyph_stdadvance
    at gnome-rfont.c line 599
  • #9 gnome_pgl_from_gl
    at gnome-pgl.c line 191
  • #10 gnome_print_ps2_glyphlist
    at gnome-print-ps2.c line 497
  • #11 gnome_print_glyphlist_transform_real
    at gnome-print.c line 387
  • #12 gnome_print_glyphlist_transform
    at gnome-print.c line 663
  • #13 gpm_render
    at gnome-print-meta.c line 689
  • #14 gnome_print_meta_render_data_page
    at gnome-print-meta.c line 899
  • #15 gnome_print_meta_render_page
    at gnome-print-meta.c line 833
  • #16 gnome_print_job_print
    at gnome-print-job.c line 695
  • #17 print_finished_cb
    at gedit-tab.c line 2058
  • #18 IA__g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #19 IA__g_closure_invoke
    at gclosure.c line 490
  • #20 signal_emit_unlocked_R
    at gsignal.c line 2438
  • #21 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #22 IA__g_signal_emit
    at gsignal.c line 2241
  • #23 idle_printing_handler
    from /usr/local/lib/libgtksourceview-1.0.so.0
  • #24 source_closure_marshal_BOOLEAN__VOID
    at gsourceclosure.c line 81
  • #25 IA__g_closure_invoke
    at gclosure.c line 490
  • #26 source_closure_callback
    at gsourceclosure.c line 123
  • #27 g_idle_dispatch
    at gmain.c line 3924
  • #28 g_main_dispatch
    at gmain.c line 2043
  • #29 IA__g_main_context_dispatch
    at gmain.c line 2594
  • #30 g_main_context_iterate
    at gmain.c line 2675
  • #31 IA__g_main_loop_run
    at gmain.c line 2879
  • #32 IA__gtk_main
    at gtkmain.c line 1000
  • #33 main
    at gedit.c line 570

Comment 1 Paolo Maggi 2006-08-21 17:47:53 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.

Do you still have this problem with current CVS HEAD of libgnomeprint/ui and gedit?

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