Issue 107477 - Calc crashes whenever a button's name property is changed
Summary: Calc crashes whenever a button's name property is changed
Status: CLOSED DUPLICATE of issue 108290
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 3.1.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 3.3
Assignee: philipp.lohmann
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-06 15:45 UTC by zugschlus
Modified: 2010-01-14 10:20 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description zugschlus 2009-12-06 15:45:53 UTC
Hi

export SAL_SYNCHRONIZE=1
open oocalc
switch to design mode
create a push button
right click and select "control"
change the name property
hit tab (or move away from the input field differently)
see oocalc crash

Before crashing it writes to its console:
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
QPainter::begin: Cannot paint on a null pixmap
X-Error: BadDrawable (invalid Pixmap or Window parameter)
        Major opcode: 62 (X_CopyArea)
        Resource ID:  0x0
        Serial No:    73395 (73395)

Greetings
Marc
Comment 1 zugschlus 2009-12-06 20:59:44 UTC
This seems to be kde related, when I manually set SAL_USE_VCLPLUGIN="gen" and
OOO_FORCE_DESKTOP="none", things seem to work. I have openoffice.org-kde 3.1.1
and KDE 4.3.2 (Debian unstable).
Comment 2 rene 2009-12-06 23:05:32 UTC
so let's reassign to the graphics stuff
Comment 3 philipp.lohmann 2009-12-08 10:47:00 UTC
A question for "that debian stuff" then: does debian include KDE4 support (based
on go-oo considering the 3.1.1 version) or does this happen with the KDE3 plugin
when used on KDE4 ?
Comment 4 rene 2009-12-08 11:05:32 UTC
pl: we include the KDE4 stuff, that's why I told him to post a follow-up that it
only happens with KDE(4) :)
Comment 5 philipp.lohmann 2009-12-08 17:36:41 UTC
no abort due to XError in DEV300m65, but two of the "QPixmap" assertions come up
and the edit field gets painted a little wrong.
Comment 6 philipp.lohmann 2010-01-14 10:20:21 UTC
fixed by roman's new patches, see issue 108290

*** This issue has been marked as a duplicate of 108290 ***
Comment 7 philipp.lohmann 2010-01-14 10:20:43 UTC
closing