[Psi-devel] QPipeDevice null pointer exception
Norman Rasmussen
norman at rasmussen.co.za
Sun Oct 22 12:11:29 PDT 2006
in third-party/qca/support/qpipe.cpp, in QPipeDevice::read, line 745:
// readAhead was enough data for the caller?
if(size == 0)
{
if(wasBlocked)
d->pipeReader->resume();
return offset;
}
for some reason d->pipeReader is null at that point.
pipeReader is set during: enable and reset. So my guess that either
read is hitting before enable (unlikely), or after reset (possible).
--
- Norman Rasmussen
- Email: norman at rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/
More information about the psi-devel
mailing list