[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-25 Thread Andrew Jorgensen
This is basically the only warning I get with CAMEL_DEBUG=all: (evolution-2.6:3083): libecal-WARNING **: e-cal.c:1763: Unable to contact backend -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-30 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? That looks like an evolution-data-server, could you get a backtrace: - gdb -p $(pidof evolution-data-server)(to run before the crash) (gdb) continue ... use evolution until getting the crash then switch to gdb (gdb) thread apply all bt *

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-01 Thread Andrew Jorgensen
I use dapper, updated daily. I tried to get a backtrace, but after it crashes and I type "thread apply all bt" I get nothing. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Daniel Holbach
Perhaps you can look at http://wiki.ubuntu.com/DebuggingProgramCrash and make sure you followed all the steps? (Note: rebuilding is not needed - installing evolution-dbg and evolution-data-server should take that pain away from you). -- Evolution groupwise support crashes often https://launchpad.

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Andrew Jorgensen
Thanks for the tips. I've tried that, unfortunately it appears that eds doesn't crash but rather exits unexpectedly with an exit code of 1. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubun

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-13 Thread Daniel Holbach
Maybe an strace of a evolution-data-server process would help? ** Changed in: evolution (Ubuntu) Sourcepackagename: evolution => evolution-data-server -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-21 Thread Laurens
Hi, I have the same experience with Evolution connected to GroupWise via SOAP. It crashes without fail - the calender and contacts are almost guaranteed to to cause a crash and a few clicks in the inbox will also produce the "desired" result. I submitted the attached report via bugbuddy yesterday

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
Laurens, do you have the upstream bug number corresponding to it? Could you get a backtrace that way: - run evolution - gdb -p $(pidof evolution-data-server-1.6) (gdb) continue - get the crash - from the gdm prompt: "(gdb) thread apply all bt" and copy that to a comment -- Evolution groupwise s

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
no hurry for that, monday is fine, thank you for your efforts on it -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
Below trace as requested - eds was already running when starting gdb and then the cleint. thread apply all bt didn't give anything unfortunately Sorry for the delay - previous attempt to mail this from groupwise last week apperently failed. Laurens [EMAIL PROTECTED]:~$ gdb -p $(pidof evolution-

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
I forgot to mention on the above problem - the way to get a crash for sure is to tick the calander check box. If it doesn't crash immediately one or two clicks in the calander will work. Laurens -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs maili

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Daniel Holbach
You could try if "bt" after "thread apply all bt" gives some more output. When I talked about "evolution-dbg and evolution-data-server" in a comment above, I rather meant "evolution-dbg and evolution-data- server-dbg", so installing evolution-data-server-dbg will help too. -- Evolution groupwise

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi daniel, I do have evolution-dbg and evolution-data-server-dbg installed (see below) but don't seem to be able to get a backtrace. Do I need to do something special to force evolution or eds to use the debug binaries or do I just run them as normally? I attach the latest gdb output. Laurens

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Daniel Holbach
Could you try to run the following commands: evolution --force-shutdown env GROUPWISE_DEBUG=1 /usr/lib/evolution/evolution-data-server-1.6 >& /tmp/groupwise.out evolution I suggest inspecting /tmp/groupwise.out before attaching it here and check for personal information. Sébastien suggested i

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Thomas Fogwill
As Andrew mentioned previously, it seems that EDS doesn't crash, but terminates unexpectedly with exit code 1 - hence the absence of a stack to trace. "Program exited with code 01. (gdb) bt No stack." Would an strace help to find the problem? -- Evolution groupwise support crashes often https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
could you try if the deb from http://people.ubuntu.com/~seb128/debug/41406/ fix you issue? evolution- data-server and libegroupwise1.2-9 should be enough, you can download the .deb and installed them with "sudo dpkg -i debname.deb", then "evolution --force-shutdown" and restart it -- Evolution gr

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi Sebastian, Tried installing as per log below - still managed to crash it fairly quickly. This was without the debugger running. It looks like the dpkg for tjhe debug part of the dataserver didn't replace everything it maybe should have. Am I doing something wrong? Will try with dbg next - may

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
ok, so you probably need to: - lftp http://people.ubuntu.com/~seb128/debug/41406 - mget *.deb - sudo dpkg -i *.deb versions need to match -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubunt

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-04 Thread Laurens
Tried new packages without luck - still crashes or hangs. Installation now looks like this: dpkg -l "evolution*" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: upp

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Sebastien Bacher
Andrew, do you still have that problem? -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Andrew Jorgensen
I am unable to test this at the moment because corporate IT has disabled evolution support on the server I use. Perhaps Laurens or Thomas can confirm if the issue still exists. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bu

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-22 Thread Sebastien Bacher
Closing the bug for now then, feel free to reopen or to open a new bug if you still get a problem with that ** Changed in: evolution-data-server (Ubuntu) Status: Needs Info => Rejected -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-06 Thread hans_olo
Hi, I seem to have the sam eproblem... Working with edgy and evolution on a groupwise-server initially worked very good, but after some or the other upgrade evolution-data-server starts crashing, as soon, as you do anything with calendar, contacts or tasks. Just open a New Email, and evolution-dat

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-25 Thread Andrew Jorgensen
This is basically the only warning I get with CAMEL_DEBUG=all: (evolution-2.6:3083): libecal-WARNING **: e-cal.c:1763: Unable to contact backend -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-30 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? That looks like an evolution-data-server, could you get a backtrace: - gdb -p $(pidof evolution-data-server)(to run before the crash) (gdb) continue ... use evolution until getting the crash then switch to gdb (gdb) thread apply all bt *

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-01 Thread Andrew Jorgensen
I use dapper, updated daily. I tried to get a backtrace, but after it crashes and I type "thread apply all bt" I get nothing. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Daniel Holbach
Perhaps you can look at http://wiki.ubuntu.com/DebuggingProgramCrash and make sure you followed all the steps? (Note: rebuilding is not needed - installing evolution-dbg and evolution-data-server should take that pain away from you). -- Evolution groupwise support crashes often https://launchpad.

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Andrew Jorgensen
Thanks for the tips. I've tried that, unfortunately it appears that eds doesn't crash but rather exits unexpectedly with an exit code of 1. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubun

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-06 Thread hans_olo
Hi, I seem to have the sam eproblem... Working with edgy and evolution on a groupwise-server initially worked very good, but after some or the other upgrade evolution-data-server starts crashing, as soon, as you do anything with calendar, contacts or tasks. Just open a New Email, and evolution-dat

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Sebastien Bacher
Andrew, do you still have that problem? -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Andrew Jorgensen
I am unable to test this at the moment because corporate IT has disabled evolution support on the server I use. Perhaps Laurens or Thomas can confirm if the issue still exists. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bu

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-22 Thread Sebastien Bacher
Closing the bug for now then, feel free to reopen or to open a new bug if you still get a problem with that ** Changed in: evolution-data-server (Ubuntu) Status: Needs Info => Rejected -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-13 Thread Daniel Holbach
Maybe an strace of a evolution-data-server process would help? ** Changed in: evolution (Ubuntu) Sourcepackagename: evolution => evolution-data-server -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-21 Thread Laurens
Hi, I have the same experience with Evolution connected to GroupWise via SOAP. It crashes without fail - the calender and contacts are almost guaranteed to to cause a crash and a few clicks in the inbox will also produce the "desired" result. I submitted the attached report via bugbuddy yesterday

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
Laurens, do you have the upstream bug number corresponding to it? Could you get a backtrace that way: - run evolution - gdb -p $(pidof evolution-data-server-1.6) (gdb) continue - get the crash - from the gdm prompt: "(gdb) thread apply all bt" and copy that to a comment -- Evolution groupwise s

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
no hurry for that, monday is fine, thank you for your efforts on it -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
Below trace as requested - eds was already running when starting gdb and then the cleint. thread apply all bt didn't give anything unfortunately Sorry for the delay - previous attempt to mail this from groupwise last week apperently failed. Laurens [EMAIL PROTECTED]:~$ gdb -p $(pidof evolution-

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
I forgot to mention on the above problem - the way to get a crash for sure is to tick the calander check box. If it doesn't crash immediately one or two clicks in the calander will work. Laurens -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs maili

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Daniel Holbach
You could try if "bt" after "thread apply all bt" gives some more output. When I talked about "evolution-dbg and evolution-data-server" in a comment above, I rather meant "evolution-dbg and evolution-data- server-dbg", so installing evolution-data-server-dbg will help too. -- Evolution groupwise

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi daniel, I do have evolution-dbg and evolution-data-server-dbg installed (see below) but don't seem to be able to get a backtrace. Do I need to do something special to force evolution or eds to use the debug binaries or do I just run them as normally? I attach the latest gdb output. Laurens

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Daniel Holbach
Could you try to run the following commands: evolution --force-shutdown env GROUPWISE_DEBUG=1 /usr/lib/evolution/evolution-data-server-1.6 >& /tmp/groupwise.out evolution I suggest inspecting /tmp/groupwise.out before attaching it here and check for personal information. Sébastien suggested i

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Thomas Fogwill
As Andrew mentioned previously, it seems that EDS doesn't crash, but terminates unexpectedly with exit code 1 - hence the absence of a stack to trace. "Program exited with code 01. (gdb) bt No stack." Would an strace help to find the problem? -- Evolution groupwise support crashes often https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
could you try if the deb from http://people.ubuntu.com/~seb128/debug/41406/ fix you issue? evolution- data-server and libegroupwise1.2-9 should be enough, you can download the .deb and installed them with "sudo dpkg -i debname.deb", then "evolution --force-shutdown" and restart it -- Evolution gr

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi Sebastian, Tried installing as per log below - still managed to crash it fairly quickly. This was without the debugger running. It looks like the dpkg for tjhe debug part of the dataserver didn't replace everything it maybe should have. Am I doing something wrong? Will try with dbg next - may

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
ok, so you probably need to: - lftp http://people.ubuntu.com/~seb128/debug/41406 - mget *.deb - sudo dpkg -i *.deb versions need to match -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubunt

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-04 Thread Laurens
Tried new packages without luck - still crashes or hangs. Installation now looks like this: dpkg -l "evolution*" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: upp

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-06 Thread hans_olo
Hi, I seem to have the sam eproblem... Working with edgy and evolution on a groupwise-server initially worked very good, but after some or the other upgrade evolution-data-server starts crashing, as soon, as you do anything with calendar, contacts or tasks. Just open a New Email, and evolution-dat

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Sebastien Bacher
Andrew, do you still have that problem? -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Andrew Jorgensen
I am unable to test this at the moment because corporate IT has disabled evolution support on the server I use. Perhaps Laurens or Thomas can confirm if the issue still exists. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bu

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-22 Thread Sebastien Bacher
Closing the bug for now then, feel free to reopen or to open a new bug if you still get a problem with that ** Changed in: evolution-data-server (Ubuntu) Status: Needs Info => Rejected -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-25 Thread Andrew Jorgensen
This is basically the only warning I get with CAMEL_DEBUG=all: (evolution-2.6:3083): libecal-WARNING **: e-cal.c:1763: Unable to contact backend -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-30 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? That looks like an evolution-data-server, could you get a backtrace: - gdb -p $(pidof evolution-data-server)(to run before the crash) (gdb) continue ... use evolution until getting the crash then switch to gdb (gdb) thread apply all bt *

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-01 Thread Andrew Jorgensen
I use dapper, updated daily. I tried to get a backtrace, but after it crashes and I type "thread apply all bt" I get nothing. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Daniel Holbach
Perhaps you can look at http://wiki.ubuntu.com/DebuggingProgramCrash and make sure you followed all the steps? (Note: rebuilding is not needed - installing evolution-dbg and evolution-data-server should take that pain away from you). -- Evolution groupwise support crashes often https://launchpad.

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Andrew Jorgensen
Thanks for the tips. I've tried that, unfortunately it appears that eds doesn't crash but rather exits unexpectedly with an exit code of 1. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubun

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-13 Thread Daniel Holbach
Maybe an strace of a evolution-data-server process would help? ** Changed in: evolution (Ubuntu) Sourcepackagename: evolution => evolution-data-server -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-21 Thread Laurens
Hi, I have the same experience with Evolution connected to GroupWise via SOAP. It crashes without fail - the calender and contacts are almost guaranteed to to cause a crash and a few clicks in the inbox will also produce the "desired" result. I submitted the attached report via bugbuddy yesterday

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
Laurens, do you have the upstream bug number corresponding to it? Could you get a backtrace that way: - run evolution - gdb -p $(pidof evolution-data-server-1.6) (gdb) continue - get the crash - from the gdm prompt: "(gdb) thread apply all bt" and copy that to a comment -- Evolution groupwise s

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
no hurry for that, monday is fine, thank you for your efforts on it -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
Below trace as requested - eds was already running when starting gdb and then the cleint. thread apply all bt didn't give anything unfortunately Sorry for the delay - previous attempt to mail this from groupwise last week apperently failed. Laurens [EMAIL PROTECTED]:~$ gdb -p $(pidof evolution-

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
I forgot to mention on the above problem - the way to get a crash for sure is to tick the calander check box. If it doesn't crash immediately one or two clicks in the calander will work. Laurens -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs maili

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Daniel Holbach
You could try if "bt" after "thread apply all bt" gives some more output. When I talked about "evolution-dbg and evolution-data-server" in a comment above, I rather meant "evolution-dbg and evolution-data- server-dbg", so installing evolution-data-server-dbg will help too. -- Evolution groupwise

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi daniel, I do have evolution-dbg and evolution-data-server-dbg installed (see below) but don't seem to be able to get a backtrace. Do I need to do something special to force evolution or eds to use the debug binaries or do I just run them as normally? I attach the latest gdb output. Laurens

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Daniel Holbach
Could you try to run the following commands: evolution --force-shutdown env GROUPWISE_DEBUG=1 /usr/lib/evolution/evolution-data-server-1.6 >& /tmp/groupwise.out evolution I suggest inspecting /tmp/groupwise.out before attaching it here and check for personal information. Sébastien suggested i

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Thomas Fogwill
As Andrew mentioned previously, it seems that EDS doesn't crash, but terminates unexpectedly with exit code 1 - hence the absence of a stack to trace. "Program exited with code 01. (gdb) bt No stack." Would an strace help to find the problem? -- Evolution groupwise support crashes often https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
could you try if the deb from http://people.ubuntu.com/~seb128/debug/41406/ fix you issue? evolution- data-server and libegroupwise1.2-9 should be enough, you can download the .deb and installed them with "sudo dpkg -i debname.deb", then "evolution --force-shutdown" and restart it -- Evolution gr

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi Sebastian, Tried installing as per log below - still managed to crash it fairly quickly. This was without the debugger running. It looks like the dpkg for tjhe debug part of the dataserver didn't replace everything it maybe should have. Am I doing something wrong? Will try with dbg next - may

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
ok, so you probably need to: - lftp http://people.ubuntu.com/~seb128/debug/41406 - mget *.deb - sudo dpkg -i *.deb versions need to match -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubunt

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-04 Thread Laurens
Tried new packages without luck - still crashes or hangs. Installation now looks like this: dpkg -l "evolution*" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: upp

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-25 Thread Andrew Jorgensen
This is basically the only warning I get with CAMEL_DEBUG=all: (evolution-2.6:3083): libecal-WARNING **: e-cal.c:1763: Unable to contact backend -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-30 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? That looks like an evolution-data-server, could you get a backtrace: - gdb -p $(pidof evolution-data-server)(to run before the crash) (gdb) continue ... use evolution until getting the crash then switch to gdb (gdb) thread apply all bt *

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-01 Thread Andrew Jorgensen
I use dapper, updated daily. I tried to get a backtrace, but after it crashes and I type "thread apply all bt" I get nothing. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Daniel Holbach
Perhaps you can look at http://wiki.ubuntu.com/DebuggingProgramCrash and make sure you followed all the steps? (Note: rebuilding is not needed - installing evolution-dbg and evolution-data-server should take that pain away from you). -- Evolution groupwise support crashes often https://launchpad.

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Andrew Jorgensen
Thanks for the tips. I've tried that, unfortunately it appears that eds doesn't crash but rather exits unexpectedly with an exit code of 1. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubun

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-13 Thread Daniel Holbach
Maybe an strace of a evolution-data-server process would help? ** Changed in: evolution (Ubuntu) Sourcepackagename: evolution => evolution-data-server -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-21 Thread Laurens
Hi, I have the same experience with Evolution connected to GroupWise via SOAP. It crashes without fail - the calender and contacts are almost guaranteed to to cause a crash and a few clicks in the inbox will also produce the "desired" result. I submitted the attached report via bugbuddy yesterday

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
Laurens, do you have the upstream bug number corresponding to it? Could you get a backtrace that way: - run evolution - gdb -p $(pidof evolution-data-server-1.6) (gdb) continue - get the crash - from the gdm prompt: "(gdb) thread apply all bt" and copy that to a comment -- Evolution groupwise s

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
no hurry for that, monday is fine, thank you for your efforts on it -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
Below trace as requested - eds was already running when starting gdb and then the cleint. thread apply all bt didn't give anything unfortunately Sorry for the delay - previous attempt to mail this from groupwise last week apperently failed. Laurens [EMAIL PROTECTED]:~$ gdb -p $(pidof evolution-

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Laurens
I forgot to mention on the above problem - the way to get a crash for sure is to tick the calander check box. If it doesn't crash immediately one or two clicks in the calander will work. Laurens -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs maili

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-02 Thread Daniel Holbach
You could try if "bt" after "thread apply all bt" gives some more output. When I talked about "evolution-dbg and evolution-data-server" in a comment above, I rather meant "evolution-dbg and evolution-data- server-dbg", so installing evolution-data-server-dbg will help too. -- Evolution groupwise

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi daniel, I do have evolution-dbg and evolution-data-server-dbg installed (see below) but don't seem to be able to get a backtrace. Do I need to do something special to force evolution or eds to use the debug binaries or do I just run them as normally? I attach the latest gdb output. Laurens

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Daniel Holbach
Could you try to run the following commands: evolution --force-shutdown env GROUPWISE_DEBUG=1 /usr/lib/evolution/evolution-data-server-1.6 >& /tmp/groupwise.out evolution I suggest inspecting /tmp/groupwise.out before attaching it here and check for personal information. Sébastien suggested i

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Thomas Fogwill
As Andrew mentioned previously, it seems that EDS doesn't crash, but terminates unexpectedly with exit code 1 - hence the absence of a stack to trace. "Program exited with code 01. (gdb) bt No stack." Would an strace help to find the problem? -- Evolution groupwise support crashes often https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
could you try if the deb from http://people.ubuntu.com/~seb128/debug/41406/ fix you issue? evolution- data-server and libegroupwise1.2-9 should be enough, you can download the .deb and installed them with "sudo dpkg -i debname.deb", then "evolution --force-shutdown" and restart it -- Evolution gr

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Laurens
Hi Sebastian, Tried installing as per log below - still managed to crash it fairly quickly. This was without the debugger running. It looks like the dpkg for tjhe debug part of the dataserver didn't replace everything it maybe should have. Am I doing something wrong? Will try with dbg next - may

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-03 Thread Sebastien Bacher
ok, so you probably need to: - lftp http://people.ubuntu.com/~seb128/debug/41406 - mget *.deb - sudo dpkg -i *.deb versions need to match -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubunt

[Bug 41406] Re: Evolution groupwise support crashes often

2006-08-04 Thread Laurens
Tried new packages without luck - still crashes or hangs. Installation now looks like this: dpkg -l "evolution*" Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: upp

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-06 Thread hans_olo
Hi, I seem to have the sam eproblem... Working with edgy and evolution on a groupwise-server initially worked very good, but after some or the other upgrade evolution-data-server starts crashing, as soon, as you do anything with calendar, contacts or tasks. Just open a New Email, and evolution-dat

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Sebastien Bacher
Andrew, do you still have that problem? -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-13 Thread Andrew Jorgensen
I am unable to test this at the moment because corporate IT has disabled evolution support on the server I use. Perhaps Laurens or Thomas can confirm if the issue still exists. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bu

[Bug 41406] Re: Evolution groupwise support crashes often

2006-12-22 Thread Sebastien Bacher
Closing the bug for now then, feel free to reopen or to open a new bug if you still get a problem with that ** Changed in: evolution-data-server (Ubuntu) Status: Needs Info => Rejected -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-25 Thread Andrew Jorgensen
This is basically the only warning I get with CAMEL_DEBUG=all: (evolution-2.6:3083): libecal-WARNING **: e-cal.c:1763: Unable to contact backend -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 41406] Re: Evolution groupwise support crashes often

2006-04-30 Thread Sebastien Bacher
Thanks for your bug. What version of Ubuntu do you use? That looks like an evolution-data-server, could you get a backtrace: - gdb -p $(pidof evolution-data-server)(to run before the crash) (gdb) continue ... use evolution until getting the crash then switch to gdb (gdb) thread apply all bt *

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-01 Thread Andrew Jorgensen
I use dapper, updated daily. I tried to get a backtrace, but after it crashes and I type "thread apply all bt" I get nothing. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Daniel Holbach
Perhaps you can look at http://wiki.ubuntu.com/DebuggingProgramCrash and make sure you followed all the steps? (Note: rebuilding is not needed - installing evolution-dbg and evolution-data-server should take that pain away from you). -- Evolution groupwise support crashes often https://launchpad.

[Bug 41406] Re: Evolution groupwise support crashes often

2006-05-10 Thread Andrew Jorgensen
Thanks for the tips. I've tried that, unfortunately it appears that eds doesn't crash but rather exits unexpectedly with an exit code of 1. -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubun

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-13 Thread Daniel Holbach
Maybe an strace of a evolution-data-server process would help? ** Changed in: evolution (Ubuntu) Sourcepackagename: evolution => evolution-data-server -- Evolution groupwise support crashes often https://launchpad.net/bugs/41406 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:/

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-21 Thread Laurens
Hi, I have the same experience with Evolution connected to GroupWise via SOAP. It crashes without fail - the calender and contacts are almost guaranteed to to cause a crash and a few clicks in the inbox will also produce the "desired" result. I submitted the attached report via bugbuddy yesterday

[Bug 41406] Re: Evolution groupwise support crashes often

2006-07-22 Thread Sebastien Bacher
Laurens, do you have the upstream bug number corresponding to it? Could you get a backtrace that way: - run evolution - gdb -p $(pidof evolution-data-server-1.6) (gdb) continue - get the crash - from the gdm prompt: "(gdb) thread apply all bt" and copy that to a comment -- Evolution groupwise s

  1   2   >