http://bugs.kde.org/show_bug.cgi?id=173244





--- Comment #2 from Albert Astals Cid <tsdgeos terra es>  2008-10-21 22:20:14 
---
Can you always reproduce the crash?
Are you compiling the code yourself?

If so can you put

KMessageBox::information( m_parent->widget(), QString("%1 %2 %3
%4").arg(m_maxAllocatedTextPages).arg(pageToKick).arg(page->number()).arg(m_pagesVector.count()));
 

after

if (pageToKick != page->number()) // this should never happen but better be
safe than sorry
{

in core/document.cpp

And tell us how the information message says?


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to