[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2010-06-15 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=202213





--- Comment #7 from Albert Astals Cid   2010-06-15 20:26:23 
---
SVN commit 1138343 by aacid:

backport r1138341 | aacid | 2010-06-15 19:27:44 +0100 (Tue, 15 Jun 2010) | 3
lines

properly initialize m_vectorIndex
BUGS: 202213


 M  +1 -1  thumbnaillist.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1138343

-- 
Configure bugmail: https://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


[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2010-06-15 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=202213


Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Comment #6 from Albert Astals Cid   2010-06-15 20:18:50 
---
SVN commit 1138341 by aacid:

properly initialize m_vectorIndex
BUGS: 202213


 M  +1 -1  thumbnaillist.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1138341

-- 
Configure bugmail: https://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


[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2010-06-15 Thread pumuchel
https://bugs.kde.org/show_bug.cgi?id=202213





--- Comment #5 from2010-06-15 13:48:21 ---
valgrind output:

$ valgrind okular
/home/till/data/uni/vorlesungen/wissensentdeckung/folien/10_05_18_L03_Klassifikation_I.pdf
 
==4222== Memcheck, a memory error detector
==4222== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==4222== Using Valgrind-3.5.0 and LibVEX; rerun with -h for copyright info
==4222== Command: okular
/home/till/data/uni/vorlesungen/wissensentdeckung/folien/10_05_18_L03_Klassifikation_I.pdf
==4222== 
okular(4222)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(4222)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
okular(4222)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
failed to look up Navigation2
failed to look up Navigation17
failed to look up Navigation30
failed to look up Navigation71
failed to look up Navigation135
failed to look up Navigation170
failed to look up Navigation196
failed to look up Navigation1
==4222== Conditional jump or move depends on uninitialised value(s)
==4222==at 0x745599D: PtsToRegion(int, int, _POINTBLOCK*, QRegionPrivate*)
(qregion.cpp:3527)
==4222==by 0x7456475: PolygonRegion(QPoint const*, int, int)
(qregion.cpp:3750)
==4222==by 0x7456A9D: QRegion::QRegion(QPolygon const&, Qt::FillRule)
(qregion.cpp:3871)
==4222==by 0x74BF42D: QX11PaintEngine::updateState(QPaintEngineState
const&) (qpaintengine_x11.cpp:1087)
==4222==by 0x740B5E2: QPainterPrivate::updateStateImpl(QPainterState*)
(qpainter.cpp:892)
==4222==by 0x740B6C1: QPainterPrivate::updateState(QPainterState*)
(qpainter.cpp:920)
==4222==by 0x7410448: QPainter::setClipRegion(QRegion const&,
Qt::ClipOperation) (qpainter.cpp:2825)
==4222==by 0x73174B7: QWidgetPrivate::paintBackground(QPainter*, QRegion
const&, int) const (qwidget.cpp:2197)
==4222==by 0x73183A4: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion
const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5317)
==4222==by 0x74CF04B: QWidgetBackingStore::sync() (qbackingstore.cpp:1291)
==4222==by 0x730988F: QWidgetPrivate::syncBackingStore() (qwidget.cpp:1672)
==4222==by 0x730FFF1: QWidget::event(QEvent*) (qwidget.cpp:8291)
==4222== 
==4222== Conditional jump or move depends on uninitialised value(s)
==4222==at 0x745599D: PtsToRegion(int, int, _POINTBLOCK*, QRegionPrivate*)
(qregion.cpp:3527)
==4222==by 0x7456475: PolygonRegion(QPoint const*, int, int)
(qregion.cpp:3750)
==4222==by 0x7456A9D: QRegion::QRegion(QPolygon const&, Qt::FillRule)
(qregion.cpp:3871)
==4222==by 0x74BF6D1: QX11PaintEngine::updateState(QPaintEngineState
const&) (qpaintengine_x11.cpp:1105)
==4222==by 0x740B5E2: QPainterPrivate::updateStateImpl(QPainterState*)
(qpainter.cpp:892)
==4222==by 0x740B6C1: QPainterPrivate::updateState(QPainterState*)
(qpainter.cpp:920)
==4222==by 0x7410448: QPainter::setClipRegion(QRegion const&,
Qt::ClipOperation) (qpainter.cpp:2825)
==4222==by 0x73174B7: QWidgetPrivate::paintBackground(QPainter*, QRegion
const&, int) const (qwidget.cpp:2197)
==4222==by 0x73183A4: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion
const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5317)
==4222==by 0x74CF04B: QWidgetBackingStore::sync() (qbackingstore.cpp:1291)
==4222==by 0x730988F: QWidgetPrivate::syncBackingStore() (qwidget.cpp:1672)
==4222==by 0x730FFF1: QWidget::event(QEvent*) (qwidget.cpp:8291)
==4222== 
failed to look up Navigation2
failed to look up Navigation17
failed to look up Navigation30
failed to look up Navigation71
failed to look up Navigation135
failed to look up Navigation170
failed to look up Navigation196
failed to look up Navigation1
failed to look up Navigation2
failed to look up Navigation17
failed to look up Navigation30
failed to look up Navigation71
failed to look up Navigation135
failed to look up Navigation170
failed to look up Navigation196
failed to look up Navigation1
failed to look up Navigation2
failed to look up Navigation17
failed to look up Navigation30
failed to look up Navigation71
failed to look up Navigation135
failed to look up Navigation170
failed to look up Navigation196
failed to look up Navigation1
==4222== Conditional jump or move depends on uninitialised value(s)
==4222==at 0x10634EB2: ThumbnailList::keyPressEvent(QKeyEvent*)
(thumbnaillist.cpp:459)
==4222==by 0x730F9BC: QWidget::event(QEvent*) (qwidget.cpp:8033)
==4222==by 0x76B0E05: QFrame::event(QEvent*) (qframe.cpp:557)
==4222==by 0x773BD4A: QAbstractScrollArea::event(QEvent*)
(qabstractscrollarea.cpp:989)
==4222==by 0x72B9C1B: QApplicationPrivate::notify_helper(QObject*, QEvent*)
(qapplication.cpp:4300)
==4222==by 0x72C1A17: QApplication::notify(QObject*, QEvent*)
(qapplication.cpp:3763)
==4222==by 0x5CDDC25: KApplication::notify(QObject*, QEvent*) (in
/usr/lib64/libkdeui.so.5.4.0)
==4222==by 0x6BCC32A: QCoreApplication::notifyInternal(QO

[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2010-06-14 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=202213





--- Comment #4 from Albert Astals Cid   2010-06-14 20:29:49 
---
Can you please attach the log you get if you run okular inside valgrind i.e.
valgrind okular /path/to/my/pdffile.pdf

-- 
Configure bugmail: https://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


[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2010-06-14 Thread pumuchel
https://bugs.kde.org/show_bug.cgi?id=202213


pumuc...@gmx.de changed:

   What|Removed |Added

 CC||pumuc...@gmx.de




-- 
Configure bugmail: https://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


[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2010-06-14 Thread pumuchel
https://bugs.kde.org/show_bug.cgi?id=202213





--- Comment #3 from2010-06-14 13:44:18 ---
Created an attachment (id=47993)
 --> (http://bugs.kde.org/attachment.cgi?id=47993)
New crash information added by DrKonqi

this bug is reproducable when you open a pdf document that you opened before.
the document scrolls automatical to the last position. when you have the
thumbnail sidebar open and the frame you can see is overlapping two pages and
you are scrolling up inside the sidebar a crash occurs. this is allways
reproducable.

-- 
Configure bugmail: https://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


[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2009-10-14 Thread Dario Andres
https://bugs.kde.org/show_bug.cgi?id=202213


Dario Andres  changed:

   What|Removed |Added

 CC||bmorri...@gmail.com




--- Comment #2 from Dario Andres   2009-10-14 
16:40:45 ---
*** Bug 210556 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://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


[Okular-devel] [Bug 202213] Okular suddenly crashed while viewing a PDF

2009-08-22 Thread Pino Toscano
https://bugs.kde.org/show_bug.cgi?id=202213


Pino Toscano  changed:

   What|Removed |Added

 CC||b...@no-more-secrets.ch




--- Comment #1 from Pino Toscano   2009-08-22 15:27:31 ---
*** Bug 204493 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://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