[prev in list] [next in list] [prev in thread] [next in thread] 

List:       koffice
Subject:    Re: koffice 1.2.91 problems
From:       rwlbuis () xs4all ! nl
Date:       2003-07-18 6:40:40
[Download RAW message or body]

Hi,

> On Thursday July 17 2003 10:05, Joerg Stadermann wrote:
>> Well, thanks very much for your help. You gave me some valid
>> pointers  from where I can go further now.
>
> Ok, I compiled art_vpath_rpaht.c witlh #define VERBOSE and run gdb
> /opt/kde3/bin/karbon --core=core and can now tell that it's
> crashing when calling VKoPainter::fillPath(). I could even
> generate a more usefull backtrace now (attached)
>
> art_bez_path_to_vec() only prints lines of 'moveto' but no
> 'lineto' or 'curveto'.

Well, much better :)
That code tries to make a simple rect with a gradient fill. It should be
simple moveTo, then three times lineTo, then fillPath.
Can you put the following debug code before the art_bez_path_to_vec call
in fillPath ? :

for( int i = 0;i < m_index; i++ )
    kdDebug() << "Type : " << m_path[i].code << ", x : " << m_path[i].x3
<< ", y : " << m_path[i].y3 << endl;

Next to that, an option would be to remove the two installed .kgr files.
If these are not found the above, crashing code will not be executed.
Cheers,

Rob.
____________________________________
koffice mailing list
koffice@mail.kde.org
To unsubscribe please visit:
http://mail.kde.org/mailman/listinfo/koffice
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic