Issue 10779 - 1.0.2 and wheel mouse SIGABRT
Summary: 1.0.2 and wheel mouse SIGABRT
Status: CLOSED FIXED
Alias: None
Product: ui
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.2
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: OOo 1.0.3
Assignee: philipp.lohmann
QA Contact: issues@ui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-19 21:55 UTC by pavel
Modified: 2003-03-06 13:28 UTC (History)
1 user (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 pavel 2003-01-19 21:55:08 UTC
Hi,

while running soffice first time after running setup and rolling with the
wheel over the openintro.bmp bitmap, soffice ends with SIGABRT. It is on
self-built 1.0.2, I will try to reproduce it with original distribution
binary file tomorrow. I use SuSE Linux 8.1.
Comment 1 pavel 2003-01-19 23:29:47 UTC
More details. I can reproduce the same with 1.0.1 czech build, with
1.0.2 czech build.

With original 643C for LinuxIntel binary as downloaded from mirrors I
get this:

X-Error: BadMatch (invalid parameter attributes)
        Major opcode: 42 (X_SetInputFocus)
        Resource ID:  0x200000e
        Serial No:    4213 (4213)
Comment 2 Oliver Specht 2003-01-20 06:38:01 UTC
Reassigned to PL
Comment 3 philipp.lohmann 2003-01-20 09:26:15 UTC
fixed in 644
Comment 4 pavel 2003-01-20 16:58:12 UTC
Hi Philipp,

can you please tell me where it is fixed? Which file and revision? I;d
like to provide fixed version for Czech localization build.

Thank you.
Comment 5 philipp.lohmann 2003-01-20 18:00:30 UTC
The "fix" went in with rev 1.14 of vcl/unx/source/app/saldata.cxx;
basically OOo ignores Xerrors from XSetInputFocus now. This is because
the map state of a window sometimes has already changed while OOo has
not noticed it (the corresponding event was not delivered yet). Since
this is not fixable in principle i chose to ignore it.
Comment 6 pavel 2003-01-21 06:59:14 UTC
Thank you. I have applied it to Czech build and it works as expected.
Please do not forget to apply it to OOO_STABLE_1 when it is opened
again to prevent this bug in future stable versions.
Comment 7 philipp.lohmann 2003-03-06 13:28:15 UTC
fix is scheduled for OOo 1.0.3 also