tags 490999 +help
thanks
Hello All:
I've been looking into the code. This is the relevant(crashing) part:
kicker/applets/clock/clock.cpp:310
void DigitalClock::updateClock()
{
static bool colon = true;
QString newStr;
QTime t(_applet->clockGetTime());
int h = t.hour();
int m = t.minute();
int s = t.second();
The crash happens on/around the call to t.hour() which is QTime::hour()
prototype qdatetime.h:135 file. This belongs to Qt library.
With this information which is all I could collect I have two hypothesis:
· bug in the code calling QTime::hour
· bug in the QTime::hour code
Being a SIGBUS crash and not having an sparc dissasembler I think it's all I
can say. I would appreciate some help from anyone having access to a sparc
machine.
Thanks.
--
Raúl Sánchez Siles
----->Proud Debian user<-----
Linux registered user #416098
Attachment:
signature.asc
Description: This is a digitally signed message part.