[23100] in Athena Bugs
Re: Problem with evolution with latest Athena sun releases
daemon@ATHENA.MIT.EDU (jfoster@MIT.EDU)
Fri Jul 18 16:56:01 2003
From: jfoster@MIT.EDU
Message-ID: <1058561760.3f185ee015b5c@webmail.mit.edu>
Date: Fri, 18 Jul 2003 16:56:00 -0400
To: Greg Hudson <ghudson@mit.edu>
Cc: bugs@mit.edu
In-Reply-To: <1058559373.21136.69.camel@error-messages.mit.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Hi Greg,
Here a printout of the whole session:
arizona[~] add gnu
arizona[~] gdb /usr/athena/libexec/evolution-1.4
GNU gdb 4.18
Copyright 1998 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 "sparc-sun-solaris2.8"...
(gdb) run
Starting program: /usr/athena/libexec/evolution-1.4
[New LWP 2 ]
[New LWP 3 ]
[Switching to LWP 3 ]
[Switching to LWP 1 ]
[New LWP 4 ]
[New LWP 5 ]
[Switching to LWP 5 ]
procfs (find_procinfo): Couldn't locate pid 349353
(gdb) back
procfs (find_procinfo): Couldn't locate pid 349353
(gdb)
-jean-
Quoting Greg Hudson <ghudson@MIT.EDU>:
> Hi. Someone else reported an identical-looking crash in Evolution on
> Solaris, so while it works fine for me, evidently it doesn't work so
> well in general yet. I got debugging information from the other person,
> but just to make sure it's the same thing, please try running:
>
> add gnu
> gdb /usr/athena/libexec/evolution-1.4
>
> At the gdb prompt, type "run" to run the program and then, after it
> crashes, "back" to get a stack trace which you can mail to me.
>
>