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 125361 - Printing from Page setup fails
Printing from Page setup fails
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Printing
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2003-10-24 03:11 UTC by Adrian Custer
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrian Custer 2003-10-24 03:11:16 UTC
Hey all,

When I print from Page Setup, it fails with:

** (gnumeric:3295): CRITICAL **: file print.c: line 1223 (sheet_print):
assertion `IS_SHEET (sheet)' failed

and the dialog closes, however if I open print preview and print from
there, it works.

1) new gnumeric
2) b4 gets "hello"
3) Page Setup
4) click on the print button
--> in gdb, the assertion shows up, dialog closes

if,
4) click on print preview
5) click on print icon
-> print is fine, dialog closes.

wierdnesses and funnineessssessses,

--adrian
Comment 1 Andreas J. Guelzow 2003-10-26 05:36:45 UTC
hmm, probably a bad idea to free a structure first and then access its
members.

Fixed.