[framework-issues] [Issue 90864] oo-2.4.1 crashs in wire_to _event

2008-11-05 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90864


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Nov  5 21:29:33 + 
2008 ---
close the duplicate

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 90864] oo-2.4.1 crashs in wire_to _event

2008-06-19 Thread volkov_peter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90864
 Issue #|90864
 Summary|oo-2.4.1 crashs in wire_to_event
   Component|framework
 Version|OOo 2.4.1
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|volkov_peter





--- Additional comments from [EMAIL PROTECTED] Thu Jun 19 07:05:09 + 
2008 ---
After upgrade from OO-2.4.0 to 2.4.1 it started to crash. Different people
experience different crashes both on x86 and amd64 and also both with binary and
built from sources version. The common in this bugs was that
OOO_FORCE_DESKTOP=none fixed the issue. For reference see out bug: 
http://bugs.gentoo.org/show_bug.cgi?id=225853

I've build OO and libX11 with symbols and here is backtrace:
(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xb6d42116 in wire_to_event (dpy=0x80d5180, re=0x8b73d24, event=0xbfa52bec) at
XKBUse.c:220
220 if (((event-u.u.type0x7f)-xkbi-codes-first_event)!=XkbEventCode)
Current language:  auto; currently c
(gdb) bt
#0  0xb6d42116 in wire_to_event (dpy=0x80d5180, re=0x8b73d24, event=0xbfa52bec)
at XKBUse.c:220
#1  0xb6ce8aa3 in _XEnq (dpy=0x80d5180, event=0xbfa52bec) at XlibInt.c:2263
#2  0xb6ceaceb in _XEventsQueued (dpy=0x80d5180, mode=1) at XlibInt.c:899
#3  0xb6cd9def in XEventsQueued (dpy=0x80d5180, mode=1) at Pending.c:44
#4  0xb64a0bac in DisplayQueue (pDisplay=0x81770d8)
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/unx/source/app/saldisp.cxx:684
#5  0xb649a901 in YieldEntry::IsEventQueued (this=0xb64c7958)
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/unx/source/app/saldata.cxx:641
#6  0xb649a78d in SalXLib::Yield (this=0x80caf78, bWait=true,
bHandleAllCurrentEvents=false)
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/unx/source/app/saldata.cxx:831
#7  0xb64a75ec in X11SalInstance::Yield (this=0x80c1630, bWait=236,
bHandleAllCurrentEvents=value optimized out)
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/unx/source/app/salinst.cxx:287
#8  0xb7d5d5d5 in Application::Yield (bAllEvents=value optimized out)
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/svapp.cxx:562
#9  0xb7d5d6a1 in Application::Execute ()
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/svapp.cxx:521
#10 0x0807eca1 in desktop::Desktop::Main (this=0xbfa538b4)
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/desktop/source/app/app.cxx:1946
#11 0xb7d61b2b in ImplSVMain ()
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/svmain.cxx:259
#12 0xb7d61c3f in SVMain ()
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/svmain.cxx:300
#13 0x08072dbe in main (argc=135132088, argv=0x80d5000)
at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/desktop/source/app/main.cxx:61
(gdb)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 90864] oo-2.4.1 crashs in wire_to _event

2008-06-19 Thread volkov_peter
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90864





--- Additional comments from [EMAIL PROTECTED] Thu Jun 19 07:09:02 + 
2008 ---
Created an attachment (id=54582)
backtrace session with full backtrace


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[framework-issues] [Issue 90864] oo-2.4.1 crashs in wire_to _event

2008-06-19 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90864


User obr changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri Jun 20 05:22:13 + 
2008 ---
Looks like another incarnation of issue 89718.

*** This issue has been marked as a duplicate of 89718 ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]