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 521350 - Printing doesn't work, critical warnings in print dialog
Printing doesn't work, critical warnings in print dialog
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: printing
git master
Other Linux
: Normal blocker
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-09 11:24 UTC by Wouter Bolsterlee (uws)
Modified: 2008-03-17 18:27 UTC
See Also:
GNOME target: 2.22.x
GNOME version: 2.21/2.22



Description Wouter Bolsterlee (uws) 2008-03-09 11:24:26 UTC
elin:~/Incoming > gdb evince
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run --g-fatal-warnings latex2pdf.pdf 
Starting program: /opt/gnome-2-22/bin/evince --g-fatal-warnings latex2pdf.pdf
[Thread debugging using libthread_db enabled]
[New Thread 0xb6c34720 (LWP 30487)]
[New Thread 0xb67b3b90 (LWP 30494)]

GLib-CRITICAL **: g_path_is_absolute: assertion `file_name != NULL' failed
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.

Thread 3066251040 (LWP 30487)

  • #0 IA__g_logv
    at gmessages.c line 503
  • #1 IA__g_log
    at gmessages.c line 517
  • #2 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #3 IA__g_path_is_absolute
    at gutils.c line 761
  • #4 cups_printer_get_options
    at gtkprintbackendcups.c line 1538
  • #5 _gtk_printer_get_options
    at gtkprinter.c line 769
  • #6 selected_printer_changed
    at gtkprintunixdialog.c line 1310
  • #7 IA__g_cclosure_marshal_VOID__BOOLEAN
    at gmarshal.c line 111
  • #8 IA__g_closure_invoke
    at gclosure.c line 490
  • #9 signal_emit_unlocked_R
    at gsignal.c line 2440
  • #10 IA__g_signal_emit_valist
    at gsignal.c line 2199
  • #11 IA__g_signal_emit_by_name
    at gsignal.c line 2267
  • #12 cups_request_ppd_cb
    at gtkprintbackendcups.c line 1314
  • #13 cups_dispatch_watch_dispatch
    at gtkprintbackendcups.c line 599
  • #14 IA__g_main_context_dispatch
    at gmain.c line 2003
  • #15 g_main_context_iterate
    at gmain.c line 2636
  • #16 IA__g_main_loop_run
    at gmain.c line 2844
  • #17 IA__gtk_main
    at gtkmain.c line 1163
  • #18 main
    at main.c line 401

Comment 1 Wouter Bolsterlee (uws) 2008-03-09 12:45:15 UTC
Leaving this open until bug #469210 is fixed.
Comment 2 Mart Raudsepp 2008-03-17 17:59:38 UTC
bug #469210 is marked fixed. Should this one too? :)
Comment 3 Wouter Bolsterlee (uws) 2008-03-17 18:27:25 UTC
Yep, i've fixed it.