Bug 26500 - Падение lowriter во время перетаскивания фрагмента текста
Summary: Падение lowriter во время перетаскивания фрагмента текста
Status: CLOSED FIXED
Alias: None
Product: Branch p6
Classification: Distributions
Component: libreoffice-kde (show other bugs)
Version: не указана
Hardware: x86_64 Linux
: P3 normal
Assignee: Andrey Cherepanov
QA Contact: QA p6
URL:
Keywords:
Depends on: 26288
Blocks:
  Show dependency tree
 
Reported: 2011-10-25 14:02 MSK by Vadim Zelenin
Modified: 2012-02-03 14:08 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vadim Zelenin 2011-10-25 14:02:49 MSK
Для повторения проблемы нужно:
1. Запустить writer
2. Изменить размер окна так, чтобы появились горизонтальная и вертикальная линейки прокрутки
3. Напечатать текст ('123' - достаточно)
4. Выделить текст
5. Начать перетаскивание мышью
6. Навести курсор во время перетаскивания на линейку прокрутки

При запуске lowriter из консоли при этом выводится следующая диагностика:

$ lowriter
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::save: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setPen: Painter not active
QPainter::drawPath: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setBrush: Painter not active
QPainter::setPen: Painter not active
QPainter::drawPath: Painter not active
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::restore: Unbalanced save/restore
QPainter::end: Painter not active, aborted
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
$ 

Аналогичная проблема по отношению к open office обсуждалась на форуме i-rs ( http://community.i-rs.ru/index.php/topic,15529.0.html )
Comment 1 Sergey V Turchin 2011-12-15 14:49:19 MSK
Похоже на https://bugs.freedesktop.org/show_bug.cgi?id=40298
Comment 2 Zerg 2011-12-15 22:43:49 MSK
qt4 ушло на сборку, патчте loo
Comment 3 Andrey Cherepanov 2012-02-01 18:07:23 MSK
Пожалуйста, проверьте сборку задания 63691 (когда соберётся для p6):

 apt-repo add 63691
 apt-get update
 apt-get install libreoffice
Comment 4 Zerg 2012-02-01 21:18:59 MSK
(В ответ на комментарий №3)
> Пожалуйста, проверьте сборку задания 63691 (когда соберётся для p6):
http://git.altlinux.org/tasks/63691/http://git.altlinux.org/tasks/63691/

> apt-get install libreoffice
apt-get install libreoffice-kde
Comment 5 Zerg 2012-02-01 22:37:32 MSK
Собралось. У меня баг не воспроизвелся.
Comment 6 Andrey Cherepanov 2012-02-02 12:19:46 MSK
(В ответ на комментарий №5)
> Собралось. У меня баг не воспроизвелся.
Исправлено в libreoffice-3.4.3.2-alt0.M60P.4
Comment 7 Vadim Zelenin 2012-02-03 14:08:27 MSK
Спасибо!