This one time, at band camp, Gerardo Narvaja said:
> Stephen,
> 
> Don't feel bad ... I found another application that fails misserably 
> within the same (similar) Qt functions: RAKI. Before giving up, let me 
> do some 'dpkg/apt-ing' and report back.

The place to start would be (in the source directory)
kcdlabel/kcdlabel.ccp, around line 475.  Basically, it's a question of
changing each statement from 
foo->do; (or foo.do;)
to 
err = foo->do; if (err) return;
and seeing where you can avoid the fault.  Recompiling all of qt with
debugging symbols would be a nightmare, and there are only 4 or
statements in that function that look likely to cause a problem.  I am
assuming it is the original file open that is the problem, but I cannot
reproduce it here, so I have no way of testing.

Thanks,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: pgpv5oi9okljA.pgp
Description: PGP signature

Reply via email to