| Summary: | sig 11 SIGSEGV crash working with printing | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeprint | Reporter: | Brian Wiese <bwiese> |
| Component: | general | Assignee: | Michael Goffioul <kdeprint_bugs> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | crash | CC: | jlayt, thiago |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Brian Wiese
2003-04-17 18:57:11 UTC
Sorry to have been out of the loop.
I think we either need a backtrace with debugging enabled and no optimisation,
or be able to reproduce this. According to both backtraces, frame #6 is
KExtendedSocket::KExtendedSocket, which is:
// default constructor
KExtendedSocket::KExtendedSocket() :
sockfd(-1), d(new KExtendedSocketPrivate)
{
}
That means that either some kind of inlined function is causing the crash, or
that a parent constructor is or that KExtendedSocket's constructor is getting
the blame without cause. Anyway, I can't tell.
And decodePropertyRequestInternal in kdelibs/kdecore/kdcoppropertyproxy.cpp
doesn't "mess" with pointers, so the only possible cause is a NULL parameter
being passed down to it, by some other function that is missing from the
backtrace.
*** This bug has been marked as a duplicate of 58133 *** Closing old Resolved status bug. |