RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-09-12 Thread Frederic Crozat

Le mer 11/09/2002 à 13:35, Not Zed a écrit :
 On Wed, 2002-09-11 at 23:24, Frederic Crozat wrote:
  Le mer 04/09/2002 à 15:39, Romain a écrit :
   Hi all,
   
   I've found something pretty interesting about the attachment
bug.
   Reminder : when clicking the Save to Disk attachment menu-item,
Evolution
   would freeze, except when strace'ed or gdb'ed.
  
  Ok, after a lot of debugging, I've finally discovered the problem is
  in gtk+ (in 1.2.10 still present in 2.0.6) when / is not readable 
and when
  current directory is not readable (since oaf does a chdir(/),
  evolution-mail current dir is / and this is causing the problem)..
  
  I've fixed the problem in latest cooker gtk+ 1.2 (and 2.0.6) package
and
  I'll send patches for upstream integration..

 why would / not be readable?  thats pretty nuts.

Don't ask me.. It is part of paranoia settings of msec (Mandrake
security tools).. FredL, any comments

It is clear such a box should not be used for desktop usage :))



-- 
Frederic Crozat
MandrakeSoft


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-09-11 Thread Frederic Crozat

Le mer 04/09/2002 à 15:39, Romain a écrit :
 Hi all,
 
 I've found something pretty interesting about the attachment bug.
 Reminder : when clicking the Save to Disk attachment menu-item, Evolution
 would freeze, except when strace'ed or gdb'ed.

Ok, after a lot of debugging, I've finally discovered the problem is in
gtk+ (in 1.2.10 still present in 2.0.6) when / is not readable and when
current directory is not readable (since oaf does a chdir(/),
evolution-mail current dir is / and this is causing the problem)..

I've fixed the problem in latest cooker gtk+ 1.2 (and 2.0.6) package and
I'll send patches for upstream integration..

-- 
Frederic Crozat
MandrakeSoft


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-09-11 Thread Not Zed

why would / not be readable?  thats pretty nuts.

On Wed, 2002-09-11 at 23:24, Frederic Crozat wrote:
 Le mer 04/09/2002 à 15:39, Romain a écrit :
  Hi all,
  
  I've found something pretty interesting about the attachment bug.
  Reminder : when clicking the Save to Disk attachment menu-item, Evolution
  would freeze, except when strace'ed or gdb'ed.
 
 Ok, after a lot of debugging, I've finally discovered the problem is in
 gtk+ (in 1.2.10 still present in 2.0.6) when / is not readable and when
 current directory is not readable (since oaf does a chdir(/),
 evolution-mail current dir is / and this is causing the problem)..
 
 I've fixed the problem in latest cooker gtk+ 1.2 (and 2.0.6) package and
 I'll send patches for upstream integration..
 
 -- 
 Frederic Crozat
 MandrakeSoft
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-09-04 Thread Frederic Crozat

Le mer 04/09/2002 à 15:39, Romain a écrit :
 Hi all,
 
 I've found something pretty interesting about the attachment bug.
 Reminder : when clicking the Save to Disk attachment menu-item, Evolution
 would freeze, except when strace'ed or gdb'ed.
 
 Today's news : I installed Ximian RedCarpet which comes with Evolution and
 Gnome. While in Gnome, I opened the Gnome Control Center, and decided to
 change the background image. When I clicked the Browse button, the same
 dreaded freeze happened.
 
 The problems seems to be related to Mandrake security utility msec. When
 setting security level to anything below 4, everything's fine : Evolution
 saves, and gnomecc browses... but msec 4, and here are the freezes.

Ok, I'm seeing these problem here.. I'll investigate and make sure
Mandrake packages are fixed for Mdk 9.0 (and of course, I'll forward the
patches to relevent authors).. It is probably a problem with oaf, since
we have found a similar problem in ORBit2..

-- 
Frederic Crozat
MandrakeSoft


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-09-03 Thread Romain

Hello again,

News:
I've just removed all evolution packages, and rm -Rf'ed the ~/evolution dir.
I reinstalled evolution (1.0.8-3mdk) and went on again with gdb etc.
In case it's not clear, as it appeared in your last message, gdb is not
locking up my machine, evolution is. I'm quite definite about that.

I just tried something else.
I straced evolution-mail, then ran evolution (strace showed the trace
progressing as new threads of evolution-mail were loaded)... and, it went
fine.

What I'm trying to highlight here is this :
Evolution ran on it's own crashes while attempting to save attachment to
disk.
BUT :
if evolution-mail was loaded before with gdb or strace, the attachment save
goes fine.

This is the most I could get, so maybe you can sort something out of this
strange observation.
Obviously, I won't be able to get you a trace of the crash, because
everytime I trace it, it works fine ...

Thanks for your time and regards,

Romain Riviere

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Jeffrey Stedfast
 Sent: Friday, August 30, 2002 9:02 PM
 To: Romain
 Cc: [EMAIL PROTECTED]
 Subject: RE: [Evolution] Evolution crashes when attempting to
 saveattachment


 I know that gdb isn't causing Evolution to crash, but if gdb is locking
 up your machine and/or not giving you a trace of all threads, then I
 would consider that a bug in gdb.

 Anyways, since it seems your gdb is buggy, I'm not sure you can actually
 *get* a useful trace without which, I can't fix the bug (unless you can
 tell me exactly how to reproduce it on my box).

 Jeff

 On Fri, 2002-08-30 at 14:33, Romain wrote:
  Uh,
 
  Any *constructive* comments on that one ?
  gdb sure isn't the cause for evolution crash ...
 
  Thanks,
 
  Romain
 
   -Original Message-
   From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
   Sent: Friday, August 30, 2002 8:34 PM
   To: Romain
   Subject: RE: [Evolution] Evolution crashes when attempting to
   saveattachment
  
  
   *shrug*
  
   Sounds like your gdb is broken or something.
  
   Jeff
  
   On Fri, 2002-08-30 at 14:19, Romain wrote:
Hello,
   
Once again, I tried debugging again and again. I never could.
   After having
waited for like 2 minutes for gdb to output the bt for the
   thread, I have to
killev in order to regain control of my computer.
However, here's what I could get from it :
   
1 : gdb evolution - run - [crashing evo] - Program
 received signal
SIGINT, Interrupt.
0x40ec4c74 in poll () from /lib/libc.so.6
thread apply all bt :
Thread 1 (Thread 1024 (LWP 32444)):
#0 0x40ec4c74 in poll () from /lib/libc.so.6
#1 0x40dcd734 in g_source_remove_by_funcs_user_data () from
/usr/lib/libglib-1.2.so.0
Cannot access memory at address 0xf
   
(ie exactly the same as last time)
   
Doing this and not killing evo (killev) quick enough resulted
   in a global
freeze of the system, for about 5 minutes. The bg tasks seem to
   be running
quite well though, for proof this mail is being sent from a
   MASQ'ed windows
host ...
   
2 : gdb evolution-mail - run - [runing then trying to
   crashing evo] unable
to crash ...
(meaning it works fine eh)
   
?!?!
   
I'm all ears,
   
Regards,
Romain
   
 -Original Message-
 From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 22, 2002 10:12 AM
 To: Romain
 Subject: RE: [Evolution] Evolution crashes when attempting to
 saveattachment


 can you type:

 thread apply all bt

 at the gdb prompt and post what it says?

 Thanks,

 Jeff

 On Wed, 2002-08-21 at 19:22, Romain wrote:
  Hi Jeff,
 
  I'm baffled ...
  I opened a shell for my regular user, launched gdb
 evolution-mail, ran it,
  then ran evolution ...
  and I was unable to reproduce the crash !?!
 
  Then I ran gdb evolution and run, and was able to do
 it again :
  Thread 1 (Thread 1024 (LWP 5669)):
  #0 0x40ec3c74 in poll () from /lib/libc.so.6
  #1 0x40dcc734 in g_source_remove_by_funcs_user_data () from
  /usr/lib/libglib-1.2.so.0
  Cannot access memory at address 0xf
 
  And the program is still crashed, it's taking me hours to
 launch killev...
  I've waited like 5 whole minutes...
  To answer previous posts, it shouldn't have anything to do with
 IMAP/mbox
  since every attachment causes the problem, either retrieved
 from POP mail,
  from local mail, or from data converted from Mozilla.
  And I don't think it has anything to do with DNS since
 everythign else is
  working fine (I've had problems with sendmail  DNS in the
 past, that's when
  I fixed it ...)
 
  Thanks for any lights,
  Romain
 
 
   -Original Message-
   From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday

RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-09-03 Thread Frédéric Crozat

Le mar 03/09/2002 à 20:19, Romain a écrit :
 Hello again,
 
 News:
 I've just removed all evolution packages, and rm -Rf'ed the ~/evolution dir.
 I reinstalled evolution (1.0.8-3mdk) and went on again with gdb etc.
 In case it's not clear, as it appeared in your last message, gdb is not
 locking up my machine, evolution is. I'm quite definite about that.
 
 I just tried something else.
 I straced evolution-mail, then ran evolution (strace showed the trace
 progressing as new threads of evolution-mail were loaded)... and, it went
 fine.
 
 What I'm trying to highlight here is this :
 Evolution ran on it's own crashes while attempting to save attachment to
 disk.
 BUT :
 if evolution-mail was loaded before with gdb or strace, the attachment save
 goes fine.
 
 This is the most I could get, so maybe you can sort something out of this
 strange observation.
 Obviously, I won't be able to get you a trace of the crash, because
 everytime I trace it, it works fine ...

These crashes might be caused by our way of packaging software : by
default, all packages in MandrakeLinux are fully stripped.. And it can
cause gdb to have a strange behaviour..

Try rebuilding evolution package from the source package and add 
export DONT_STRIP=1 in the evolution specfile, just after %install
line.. It will prevent spechelper to strip evolution and you should be
able to have a better stack trace..

You should also check if all your packages are correctly installed.. I
had a crash report somehow similar 2 or 3 weeks ago on cooker mailing
list by one user who had badly installed packages..
-- 
Frédéric Crozat
MandrakeSoft

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-08-30 Thread Jeffrey Stedfast

No need to gdb as root

just do this:

killev; gdb evolution-mail
(gdb) run

wait ~10 seconds or so...

in another terminal start evolution

now when evolution freezes, there is no need to race to start gdb, since
gdb is already attached to the evolution-mail process.

in gdb, just type:

(gdb) thread apply all bt

Jeff

On Fri, 2002-08-30 at 15:19, Romain wrote:
 Ok, sorry, looks like I could not make myself clear...
 
 The PC freezes with or without gdb, it's when I click the Save to Disk
 button in the attachment context menu in evolution that the PC freezes,
 regardless of whether i'm running gdb or no.
 I've also tried running gdb as root and attach to a running process, then
 continue and so on but no luck...
 What seems to be happening is that, since Evolution's lock is damn quick, I
 cannot reach to gdb in time.
 I'll try to let the process end by itself (might take a while)... Should I
 gdb from root anyways ?
 
 Thanks for your time,
 
 Romain
 
  -Original Message-
  From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
  Sent: Friday, August 30, 2002 9:02 PM
  To: Romain
  Cc: [EMAIL PROTECTED]
  Subject: RE: [Evolution] Evolution crashes when attempting to
  saveattachment
 
 
  I know that gdb isn't causing Evolution to crash, but if gdb is locking
  up your machine and/or not giving you a trace of all threads, then I
  would consider that a bug in gdb.
 
  Anyways, since it seems your gdb is buggy, I'm not sure you can actually
  *get* a useful trace without which, I can't fix the bug (unless you can
  tell me exactly how to reproduce it on my box).
 
  Jeff
 
  On Fri, 2002-08-30 at 14:33, Romain wrote:
   Uh,
  
   Any *constructive* comments on that one ?
   gdb sure isn't the cause for evolution crash ...
  
   Thanks,
  
   Romain
  
-Original Message-
From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 30, 2002 8:34 PM
To: Romain
Subject: RE: [Evolution] Evolution crashes when attempting to
saveattachment
   
   
*shrug*
   
Sounds like your gdb is broken or something.
   
Jeff
   
On Fri, 2002-08-30 at 14:19, Romain wrote:
 Hello,

 Once again, I tried debugging again and again. I never could.
After having
 waited for like 2 minutes for gdb to output the bt for the
thread, I have to
 killev in order to regain control of my computer.
 However, here's what I could get from it :

 1 : gdb evolution - run - [crashing evo] - Program
  received signal
 SIGINT, Interrupt.
 0x40ec4c74 in poll () from /lib/libc.so.6
 thread apply all bt :
 Thread 1 (Thread 1024 (LWP 32444)):
 #0 0x40ec4c74 in poll () from /lib/libc.so.6
 #1 0x40dcd734 in g_source_remove_by_funcs_user_data () from
 /usr/lib/libglib-1.2.so.0
 Cannot access memory at address 0xf

 (ie exactly the same as last time)

 Doing this and not killing evo (killev) quick enough resulted
in a global
 freeze of the system, for about 5 minutes. The bg tasks seem to
be running
 quite well though, for proof this mail is being sent from a
MASQ'ed windows
 host ...

 2 : gdb evolution-mail - run - [runing then trying to
crashing evo] unable
 to crash ...
 (meaning it works fine eh)

 ?!?!

 I'm all ears,

 Regards,
 Romain

  -Original Message-
  From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, August 22, 2002 10:12 AM
  To: Romain
  Subject: RE: [Evolution] Evolution crashes when attempting to
  saveattachment
 
 
  can you type:
 
  thread apply all bt
 
  at the gdb prompt and post what it says?
 
  Thanks,
 
  Jeff
 
  On Wed, 2002-08-21 at 19:22, Romain wrote:
   Hi Jeff,
  
   I'm baffled ...
   I opened a shell for my regular user, launched gdb
  evolution-mail, ran it,
   then ran evolution ...
   and I was unable to reproduce the crash !?!
  
   Then I ran gdb evolution and run, and was able to do
  it again :
   Thread 1 (Thread 1024 (LWP 5669)):
   #0 0x40ec3c74 in poll () from /lib/libc.so.6
   #1 0x40dcc734 in g_source_remove_by_funcs_user_data () from
   /usr/lib/libglib-1.2.so.0
   Cannot access memory at address 0xf
  
   And the program is still crashed, it's taking me hours to
  launch killev...
   I've waited like 5 whole minutes...
   To answer previous posts, it shouldn't have anything to do with
  IMAP/mbox
   since every attachment causes the problem, either retrieved
  from POP mail,
   from local mail, or from data converted from Mozilla.
   And I don't think it has anything to do with DNS since
  everythign else is
   working fine (I've had problems with sendmail  DNS in the
  past, that's when
   I fixed it ...)
  
   Thanks for any lights,
   Romain

RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-08-30 Thread Romain

Ok, sorry, looks like I could not make myself clear...

The PC freezes with or without gdb, it's when I click the Save to Disk
button in the attachment context menu in evolution that the PC freezes,
regardless of whether i'm running gdb or no.
I've also tried running gdb as root and attach to a running process, then
continue and so on but no luck...
What seems to be happening is that, since Evolution's lock is damn quick, I
cannot reach to gdb in time.
I'll try to let the process end by itself (might take a while)... Should I
gdb from root anyways ?

Thanks for your time,

Romain

 -Original Message-
 From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 30, 2002 9:02 PM
 To: Romain
 Cc: [EMAIL PROTECTED]
 Subject: RE: [Evolution] Evolution crashes when attempting to
 saveattachment


 I know that gdb isn't causing Evolution to crash, but if gdb is locking
 up your machine and/or not giving you a trace of all threads, then I
 would consider that a bug in gdb.

 Anyways, since it seems your gdb is buggy, I'm not sure you can actually
 *get* a useful trace without which, I can't fix the bug (unless you can
 tell me exactly how to reproduce it on my box).

 Jeff

 On Fri, 2002-08-30 at 14:33, Romain wrote:
  Uh,
 
  Any *constructive* comments on that one ?
  gdb sure isn't the cause for evolution crash ...
 
  Thanks,
 
  Romain
 
   -Original Message-
   From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
   Sent: Friday, August 30, 2002 8:34 PM
   To: Romain
   Subject: RE: [Evolution] Evolution crashes when attempting to
   saveattachment
  
  
   *shrug*
  
   Sounds like your gdb is broken or something.
  
   Jeff
  
   On Fri, 2002-08-30 at 14:19, Romain wrote:
Hello,
   
Once again, I tried debugging again and again. I never could.
   After having
waited for like 2 minutes for gdb to output the bt for the
   thread, I have to
killev in order to regain control of my computer.
However, here's what I could get from it :
   
1 : gdb evolution - run - [crashing evo] - Program
 received signal
SIGINT, Interrupt.
0x40ec4c74 in poll () from /lib/libc.so.6
thread apply all bt :
Thread 1 (Thread 1024 (LWP 32444)):
#0 0x40ec4c74 in poll () from /lib/libc.so.6
#1 0x40dcd734 in g_source_remove_by_funcs_user_data () from
/usr/lib/libglib-1.2.so.0
Cannot access memory at address 0xf
   
(ie exactly the same as last time)
   
Doing this and not killing evo (killev) quick enough resulted
   in a global
freeze of the system, for about 5 minutes. The bg tasks seem to
   be running
quite well though, for proof this mail is being sent from a
   MASQ'ed windows
host ...
   
2 : gdb evolution-mail - run - [runing then trying to
   crashing evo] unable
to crash ...
(meaning it works fine eh)
   
?!?!
   
I'm all ears,
   
Regards,
Romain
   
 -Original Message-
 From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, August 22, 2002 10:12 AM
 To: Romain
 Subject: RE: [Evolution] Evolution crashes when attempting to
 saveattachment


 can you type:

 thread apply all bt

 at the gdb prompt and post what it says?

 Thanks,

 Jeff

 On Wed, 2002-08-21 at 19:22, Romain wrote:
  Hi Jeff,
 
  I'm baffled ...
  I opened a shell for my regular user, launched gdb
 evolution-mail, ran it,
  then ran evolution ...
  and I was unable to reproduce the crash !?!
 
  Then I ran gdb evolution and run, and was able to do
 it again :
  Thread 1 (Thread 1024 (LWP 5669)):
  #0 0x40ec3c74 in poll () from /lib/libc.so.6
  #1 0x40dcc734 in g_source_remove_by_funcs_user_data () from
  /usr/lib/libglib-1.2.so.0
  Cannot access memory at address 0xf
 
  And the program is still crashed, it's taking me hours to
 launch killev...
  I've waited like 5 whole minutes...
  To answer previous posts, it shouldn't have anything to do with
 IMAP/mbox
  since every attachment causes the problem, either retrieved
 from POP mail,
  from local mail, or from data converted from Mozilla.
  And I don't think it has anything to do with DNS since
 everythign else is
  working fine (I've had problems with sendmail  DNS in the
 past, that's when
  I fixed it ...)
 
  Thanks for any lights,
  Romain
 
 
   -Original Message-
   From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, August 20, 2002 10:05 PM
   To: Romain
   Cc: [EMAIL PROTECTED]
   Subject: Re: [Evolution] Evolution crashes when attempting to
   saveattachment
  
  
   Can you get a backtrace of the crash/hang in the
 evolution-mail process?
  
   There are instructions somewhere on
  http://support.ximian.com, just
  search for backtrace in the knowledgebase

RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-08-30 Thread Jeffrey Stedfast

I know that gdb isn't causing Evolution to crash, but if gdb is locking
up your machine and/or not giving you a trace of all threads, then I
would consider that a bug in gdb.

Anyways, since it seems your gdb is buggy, I'm not sure you can actually
*get* a useful trace without which, I can't fix the bug (unless you can
tell me exactly how to reproduce it on my box).

Jeff

On Fri, 2002-08-30 at 14:33, Romain wrote:
 Uh,
 
 Any *constructive* comments on that one ?
 gdb sure isn't the cause for evolution crash ...
 
 Thanks,
 
 Romain
 
  -Original Message-
  From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
  Sent: Friday, August 30, 2002 8:34 PM
  To: Romain
  Subject: RE: [Evolution] Evolution crashes when attempting to
  saveattachment
  
  
  *shrug*
  
  Sounds like your gdb is broken or something.
  
  Jeff
  
  On Fri, 2002-08-30 at 14:19, Romain wrote:
   Hello,
   
   Once again, I tried debugging again and again. I never could. 
  After having
   waited for like 2 minutes for gdb to output the bt for the 
  thread, I have to
   killev in order to regain control of my computer.
   However, here's what I could get from it :
   
   1 : gdb evolution - run - [crashing evo] - Program received signal
   SIGINT, Interrupt.
   0x40ec4c74 in poll () from /lib/libc.so.6
   thread apply all bt :
   Thread 1 (Thread 1024 (LWP 32444)):
   #0 0x40ec4c74 in poll () from /lib/libc.so.6
   #1 0x40dcd734 in g_source_remove_by_funcs_user_data () from
   /usr/lib/libglib-1.2.so.0
   Cannot access memory at address 0xf
   
   (ie exactly the same as last time)
   
   Doing this and not killing evo (killev) quick enough resulted 
  in a global
   freeze of the system, for about 5 minutes. The bg tasks seem to 
  be running
   quite well though, for proof this mail is being sent from a 
  MASQ'ed windows
   host ...
   
   2 : gdb evolution-mail - run - [runing then trying to 
  crashing evo] unable
   to crash ...
   (meaning it works fine eh)
   
   ?!?!
   
   I'm all ears,
   
   Regards,
   Romain
   
-Original Message-
From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 22, 2002 10:12 AM
To: Romain
Subject: RE: [Evolution] Evolution crashes when attempting to
saveattachment
   
   
can you type:
   
thread apply all bt
   
at the gdb prompt and post what it says?
   
Thanks,
   
Jeff
   
On Wed, 2002-08-21 at 19:22, Romain wrote:
 Hi Jeff,

 I'm baffled ...
 I opened a shell for my regular user, launched gdb
evolution-mail, ran it,
 then ran evolution ...
 and I was unable to reproduce the crash !?!

 Then I ran gdb evolution and run, and was able to do it again :
 Thread 1 (Thread 1024 (LWP 5669)):
 #0 0x40ec3c74 in poll () from /lib/libc.so.6
 #1 0x40dcc734 in g_source_remove_by_funcs_user_data () from
 /usr/lib/libglib-1.2.so.0
 Cannot access memory at address 0xf

 And the program is still crashed, it's taking me hours to
launch killev...
 I've waited like 5 whole minutes...
 To answer previous posts, it shouldn't have anything to do with
IMAP/mbox
 since every attachment causes the problem, either retrieved
from POP mail,
 from local mail, or from data converted from Mozilla.
 And I don't think it has anything to do with DNS since
everythign else is
 working fine (I've had problems with sendmail  DNS in the
past, that's when
 I fixed it ...)

 Thanks for any lights,
 Romain


  -Original Message-
  From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, August 20, 2002 10:05 PM
  To: Romain
  Cc: [EMAIL PROTECTED]
  Subject: Re: [Evolution] Evolution crashes when attempting to
  saveattachment
 
 
  Can you get a backtrace of the crash/hang in the
evolution-mail process?
 
  There are instructions somewhere on 
 http://support.ximian.com, just
 search for backtrace in the knowledgebase.

 Jeff

 Jeffrey Stedfast
 Evolution Hacker - Ximian, Inc.
 [EMAIL PROTECTED]  - www.ximian.com

   --
   Jeffrey Stedfast
   Evolution Hacker - Ximian, Inc.
   [EMAIL PROTECTED]  - www.ximian.com
  
 -- 
 Jeffrey Stedfast
 Evolution Hacker - Ximian, Inc.
 [EMAIL PROTECTED]  - www.ximian.com
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
[EMAIL PROTECTED]  - www.ximian.com


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Evolution crashes when attempting to saveattachment

2002-08-20 Thread Jeffrey Stedfast

Can you get a backtrace of the crash/hang in the evolution-mail process?

There are instructions somewhere on http://support.ximian.com, just
search for backtrace in the knowledgebase.

Jeff

On Tue, 2002-08-20 at 15:43, Romain wrote:
 Well, it's all pretty much in the topic.
 Version : evolution-1.0.8-1.ximian
 Distribution : Mandrake 8.2
 Attachments : any, either from freshly received mail or converted database.
 Action : Clicking on the attachment and chosing Save to Disk ... Please note
 that I didn't even reach the point where one can usually select the target
 directory.
 Result : Evolution freezes, soon propagating to X too ... by then I had to
 use the SysRq and tErm all processes to regain access to a console.
 
 Thanks for any suggestions, this is the last hitch that still prevents me
 from saying Get off my Face aloud to Ms Outlook ... and I'm very eager :o)
 
 Regards,
 Romain Riviere
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
[EMAIL PROTECTED]  - www.ximian.com


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-08-20 Thread Romain

Sure thing, but when should I kill evolution ?
Because I just made another try, and it took me 10 minutes to manage to kill
the process, woth only intermittent access to console due to high CPU load
obviously.
And I tried this : strace evolution, make the crash happen, Ctrl+C from the
console that lauched evolution, and the crash keeps propagating, ie
evolution-mail occurences stay alive and slows down the whole PC.
Will try the debug asap, but since it's RPM dunno if it was compiled with
debug ...

Thanks

 -Original Message-
 From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, August 20, 2002 10:05 PM
 To: Romain
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Evolution] Evolution crashes when attempting to
 saveattachment


 Can you get a backtrace of the crash/hang in the evolution-mail process?

 There are instructions somewhere on http://support.ximian.com, just
 search for backtrace in the knowledgebase.

 Jeff

 On Tue, 2002-08-20 at 15:43, Romain wrote:
  Well, it's all pretty much in the topic.
  Version : evolution-1.0.8-1.ximian
  Distribution : Mandrake 8.2
  Attachments : any, either from freshly received mail or
 converted database.
  Action : Clicking on the attachment and chosing Save to Disk
 ... Please note
  that I didn't even reach the point where one can usually select
 the target
  directory.
  Result : Evolution freezes, soon propagating to X too ... by
 then I had to
  use the SysRq and tErm all processes to regain access to a console.
 
  Thanks for any suggestions, this is the last hitch that still
 prevents me
  from saying Get off my Face aloud to Ms Outlook ... and I'm
 very eager :o)
 
  Regards,
  Romain Riviere
 
 
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 --
 Jeffrey Stedfast
 Evolution Hacker - Ximian, Inc.
 [EMAIL PROTECTED]  - www.ximian.com



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



RE: [Evolution] Evolution crashes when attempting to saveattachment

2002-08-20 Thread Not Zed

best bet is to ctrl-c the gdb sessiopn on evolution-mail.  and do it
quickly ...

On Wed, 2002-08-21 at 05:54, Romain wrote:
 Sure thing, but when should I kill evolution ?
 Because I just made another try, and it took me 10 minutes to manage to kill
 the process, woth only intermittent access to console due to high CPU load
 obviously.
 And I tried this : strace evolution, make the crash happen, Ctrl+C from the
 console that lauched evolution, and the crash keeps propagating, ie
 evolution-mail occurences stay alive and slows down the whole PC.
 Will try the debug asap, but since it's RPM dunno if it was compiled with
 debug ...
 
 Thanks
 
  -Original Message-
  From: Jeffrey Stedfast [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, August 20, 2002 10:05 PM
  To: Romain
  Cc: [EMAIL PROTECTED]
  Subject: Re: [Evolution] Evolution crashes when attempting to
  saveattachment
 
 
  Can you get a backtrace of the crash/hang in the evolution-mail process?
 
  There are instructions somewhere on http://support.ximian.com, just
  search for backtrace in the knowledgebase.
 
  Jeff
 
  On Tue, 2002-08-20 at 15:43, Romain wrote:
   Well, it's all pretty much in the topic.
   Version : evolution-1.0.8-1.ximian
   Distribution : Mandrake 8.2
   Attachments : any, either from freshly received mail or
  converted database.
   Action : Clicking on the attachment and chosing Save to Disk
  ... Please note
   that I didn't even reach the point where one can usually select
  the target
   directory.
   Result : Evolution freezes, soon propagating to X too ... by
  then I had to
   use the SysRq and tErm all processes to regain access to a console.
  
   Thanks for any suggestions, this is the last hitch that still
  prevents me
   from saying Get off my Face aloud to Ms Outlook ... and I'm
  very eager :o)
  
   Regards,
   Romain Riviere
  
  
   ___
   evolution maillist  -  [EMAIL PROTECTED]
   http://lists.ximian.com/mailman/listinfo/evolution
  --
  Jeffrey Stedfast
  Evolution Hacker - Ximian, Inc.
  [EMAIL PROTECTED]  - www.ximian.com
 
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution