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 97657 - pan exits with a segmentation fault at startup
pan exits with a segmentation fault at startup
Status: RESOLVED DUPLICATE of bug 91658
Product: Pan
Classification: Other
Component: general
0.13.1
Other Linux
: Normal critical
: ---
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-11-04 19:13 UTC by stonin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pan_backtrace.txt (13.18 KB, text/plain)
2002-11-05 05:33 UTC, stonin
Details
pan_runlog.txt (161.11 KB, text/plain)
2002-11-05 05:35 UTC, stonin
Details

Description stonin 2002-11-04 19:13:02 UTC
I've mailed a report to pan-users because I could not copy-paste into this
form.
Comment 1 Charles Kerr 2002-11-04 20:08:49 UTC
Are you referring to 
http://mail.freesoftware.fsf.org/pipermail/pan-users/2002-November/002354.html
?
Comment 2 Charles Kerr 2002-11-04 20:17:24 UTC
Ah, looks like you're referring to
http://mail.freesoftware.fsf.org/pipermail/pan-users/2002-November/002376.html

IOW, you've submitted a bug report with no particular information,
and sent me on a hunting expidition, to a compressed (therefore
unreadable via bugzilla) runlog. ;)

Please don't give me extra hoops to jump through -- I have enough
of those even finding time to work on Pan nowadays.

Rather, fill out the "additional comments" form with some information,
and attach a plaintext runlog (or better yet, backtrace) via the
"Create a new attachment" link on this page.... thanks.
Comment 3 stonin 2002-11-05 05:33:01 UTC
Created attachment 12049 [details]
pan_backtrace.txt
Comment 4 stonin 2002-11-05 05:35:57 UTC
Created attachment 12050 [details]
pan_runlog.txt
Comment 5 stonin 2002-11-05 05:51:20 UTC
Hi,

I'm very sorry!  All evidence aside, I'm not really blind or
completely inept. :)  I apologize for sending to the list.  I've just
attached a backtrace and runlog.

When I try to start pan, it exits with a segmentation fault.
I also tried as a user with no ~/.pan directory or ~/.gnome/Pan as
well as pan-fix CVS version yesterday but with the same results.

my setup:

debian i386 testing (sarge)
pan 0.13.1
libatk 1.0.3
libc6 2.2.5
libglib 2.0.6
libpango 1.0.4
gcc 2.95

Please let me know if I can provide any other info.  Thank you.
Michael
Comment 6 Charles Kerr 2002-11-18 21:46:47 UTC
As with 91658, this is crashing in pango_x_list_subfonts()...

Michael: a couple of people on pan-users have reported that
upgrading FreeType and Pango seems to work.  However I haven't
heard anything from the Pango team.

Pango Developers: Pan isn't doing anything with the fonts in
the]optionmenu at the top of this trace...

  • #0 g_str_hash
    from /usr/lib/libglib-2.0.so.0
  • #1 g_hash_table_lookup
    from /usr/lib/libglib-2.0.so.0
  • #2 pango_x_list_subfonts
    from /usr/lib/libpangox-1.0.so.0
  • #3 find_char
    from /usr/lib/pango/1.0.0/modules/pango-basic-x.so
  • #4 find_char
    from /usr/lib/pango/1.0.0/modules/pango-basic-x.so
  • #5 pango_shape
    from /usr/lib/libpango-1.0.so.0
  • #6 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #7 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #8 pango_layout_get_pixel_size
    from /usr/lib/libpango-1.0.so.0
  • #9 pango_layout_get_cursor_pos
    from /usr/lib/libpango-1.0.so.0
  • #10 pango_layout_get_extents
    from /usr/lib/libpango-1.0.so.0
  • #11 gtk_label_get
    from /usr/lib/libgtk-x11-2.0.so.0
  • #12 gtk_accel_label_get_accel_width
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 g_cclosure_marshal_VOID__BOXED
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #18 gtk_signal_emit_by_name
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 gtk_size_group_remove_widget
    from /usr/lib/libgtk-x11-2.0.so.0
  • #20 _gtk_size_group_compute_requisition
    from /usr/lib/libgtk-x11-2.0.so.0
  • #21 gtk_widget_size_request
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 gtk_option_menu_get_history
    from /usr/lib/libgtk-x11-2.0.so.0


*** This bug has been marked as a duplicate of 91658 ***
Comment 7 stonin 2002-11-20 00:13:18 UTC
Hi Charles,

I thought of upgrading freetype & pango, however debian unstable
currently has the new libc6 2.3 which I'm a bit scared of using... :)
 I was using an older version of pan for awhile and then on a whim
tried one of the rpm versions of 0.13.2 on the site, installing it
with alien. I don't know why, but it works!

Anyways,  thank you so much for pan.  It is by far the best gui
newsreader for *nix.

 Michael