Bug#276103: kcdlabel: crash on save

2005-05-05 Thread Frank Lichtenheld
On Mon, Oct 11, 2004 at 09:23:33PM -0400, Stephen Gran wrote: Since it does not happen here, with tonight's sid, I am downgrading to normal for now, and tagging. Let me know if you can dig out any additional information that may be pertinent. I woul dsuggest rebuilding the package with

Bug#276103: kcdlabel: crash on save

2005-05-05 Thread Stephen Gran
This one time, at band camp, Frank Lichtenheld said: On Mon, Oct 11, 2004 at 09:23:33PM -0400, Stephen Gran wrote: Since it does not happen here, with tonight's sid, I am downgrading to normal for now, and tagging. Let me know if you can dig out any additional information that may be

Bug#276103: kcdlabel: crash on save

2005-05-05 Thread Frank Lichtenheld
tags 276103 patch tags 276103 - help thanks On Thu, May 05, 2005 at 08:19:00AM -0400, Stephen Gran wrote: This one time, at band camp, Frank Lichtenheld said: On Mon, Oct 11, 2004 at 09:23:33PM -0400, Stephen Gran wrote: Since it does not happen here, with tonight's sid, I am downgrading to

Bug#276103: kcdlabel: crash on save

2005-05-05 Thread Stephen Gran
This one time, at band camp, Frank Lichtenheld said: Actually a gdb backtrace on a unstripped kcdlabel pointed me to the right locations. The following patch seems to fix both segfaults: Also good :) But given the quality of the code I've seen during my search I would really recommend to

Bug#276103: kcdlabel: crash on save

2005-03-30 Thread Stephen Gran
On Tue, Mar 29, 2005 at 02:04:37PM -0600, Chris Weiss said: that's easy enough :) still crashes :/ Damn. And to add to it, I can no longer reproduce it here :( Are you able to rebuild with debugging, and do some tests? Or I can send you a .deb with unstripped binaries so the gdb output is

Bug#276103: kcdlabel: crash on save

2005-03-30 Thread Stephen Gran
This one time, at band camp, Chris Weiss said: well, gentoo's works. from the about box it's version 2.12(k3) This suggests my first guess was correct, and it is some library issue. Damnit. That will certainly make it harder to track down. Does ldd output look different between gentoo and

Bug#276103: kcdlabel: crash on save

2005-03-30 Thread Stephen Gran
On Wed, Mar 30, 2005 at 07:32:44PM -0600, Chris Weiss said: well, I'm not using debian at home any more, and at work I don't realy have time to compile it. I'm using gentoo at home now (better amd64 suppport than debian). unfortunatly i disabled aRts when I compiled kde, the configure for

Bug#276103: kcdlabel: crash on save

2005-03-29 Thread Stephen Gran
Hi there, The (hopefully) fixed version finally made it into sarge. Can you give it a try and see if it still crashes on save? Thanks, -- - | ,''`.Stephen Gran | | : :' :

Bug#276103: kcdlabel: crash on save

2005-02-28 Thread Stephen Gran
This one time, at band camp, Stephen Gran said: This one time, at band camp, Chris Weiss said: #16 0x40eac3af in QFile::writeBlock () from /usr/lib/libqt-mt.so.3 So QFile::writeblock caused a segfault. Aha. Foolish me. QFile::writeBlock takes a parameter that was being silently discarded.