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 74129 - crash when forwarding an article by email
crash when forwarding an article by email
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.11.2
Other Linux
: Normal major
: 0.11.3
Assigned To: Christophe Lambin
Christophe Lambin
Depends on:
Blocks:
 
 
Reported: 2002-03-10 09:13 UTC by T'aZ
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the runlog (11.29 KB, text/plain)
2002-03-10 09:14 UTC, T'aZ
Details
the back trace (1.93 KB, text/plain)
2002-03-10 09:16 UTC, T'aZ
Details
the backtrace of pan compiled with debug flag (5.79 KB, text/plain)
2002-03-10 17:30 UTC, T'aZ
Details

Description T'aZ 2002-03-10 09:13:49 UTC
when i try to forward an article by email, pan just crash, but is not
frozen, i still can use it, there is only a task remaining 'handshaking
with server" or something like that.

i made a run log and backtrace
Comment 1 T'aZ 2002-03-10 09:14:36 UTC
Created attachment 7081 [details]
the runlog
Comment 2 T'aZ 2002-03-10 09:16:19 UTC
Created attachment 7082 [details]
the back trace
Comment 3 Christophe Lambin 2002-03-10 10:49:08 UTC
T'aZ,

I'd like to have a look at this, but I can't get to these attachments.
I think they're compressed files, but set with a text filetype.  Could
you send them to us at pan@rebelbase.com ? 

Thanks,
Christophe


Comment 4 T'aZ 2002-03-10 11:07:58 UTC
the 2 files are in bz2, sorry ..
Comment 5 Christophe Lambin 2002-03-10 15:01:26 UTC
T'aZ,

I think I know what's going on here.  By any chance, are you posting
from a machine that doesn't have a resolvable hostname ?

If you don't know what I mean by that: check the output of the
'hostname' command.  The response should either be in /etc/hosts, or
resolvable by DNS. 

Regards,
Christophe
Comment 6 T'aZ 2002-03-10 16:08:28 UTC
hm, i'm connected via a gw (an other machine w/ iptables)
and 'hostname' gives the name of my machine, and this name is in
/etc/hosts (logic no?)

so my pc has a 'resolvable hostname' only in my lan, you dont see it
from internet (normally..)
Comment 7 Christophe Lambin 2002-03-10 16:50:30 UTC
OK. In this case, we'll need to look a little closer.  I saw in your
stack trace that you're building from source, so this should be easy
for you:

Could you recompile Pan with full debugging info ? This means
reconfiguring and recompiling with CFLAGS=-ggdb3. A stack trace with
this new executable will give us the exact line it is crashing. If any
variables are being used on the line in question, it would be handy if
you printed out their value (e.g. if a variable 'hp->h_name' is used,
just do a 'print hp' and a 'print hp->h_name').

Regards,
Christophe
Comment 8 T'aZ 2002-03-10 17:28:43 UTC
yup, justa have done it
attached the backtrace
Comment 9 T'aZ 2002-03-10 17:30:04 UTC
Created attachment 7088 [details]
the backtrace of pan compiled with debug flag
Comment 10 Christophe Lambin 2002-03-10 17:49:52 UTC
Just as I suspected, Pan is not able to look up your hostname. Don't
really understand why, if your hostname ('debian') is indeed in the
/etc/hosts file of the box Pan is running on. Weird.

In any case, the crash is fixed in CVS. Thanks for helping me trace
this one.

Regards,
Christophe
Comment 11 T'aZ 2002-03-10 18:55:19 UTC
yup, thx for having fixed it :)

but i think there is a problem with nameresolution on my box, i got
also 'unknow hostname' when X starts, donno why

but anyway , good work, ;)