Issue 43865 - crash in SfxBaseController::getSupportedCommandGroups()
Summary: crash in SfxBaseController::getSupportedCommandGroups()
Status: CLOSED DUPLICATE of issue 43538
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: 680m81
Hardware: All Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: carsten.driesner
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 11:25 UTC by caolanm
Modified: 2005-03-07 14:27 UTC (History)
1 user (show)

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


Attachments
attached is a patch to sfx2 to not crash. (1003 bytes, patch)
2005-03-02 11:51 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2005-03-02 11:25:39 UTC
In writer
table->insert
inside this table
insert->object->formula, crash with backtrace of...

#0  0xaafd55d1 in non-virtual thunk to
SfxBaseController::getSupportedCommandGroups() ()
   from /opt/openoffice.org1.9.81/program/libsfx680li.so
#1  0xaafe3ca3 in SfxControllerItem::GetCoreMetric () from
/opt/openoffice.org1.9.81/program/libsfx680li.so
#2  0xaafe3d14 in SfxControllerItem::GetCoreMetric () from
/opt/openoffice.org1.9.81/program/libsfx680li.so
#3  0xaafe9536 in SfxBindings::Release () from
/opt/openoffice.org1.9.81/program/libsfx680li.so
#4  0xaafe9903 in SfxBindings::Release () from
/opt/openoffice.org1.9.81/program/libsfx680li.so
#5  0xaafea485 in SfxBindings::GetSlot () from
/opt/openoffice.org1.9.81/program/libsfx680li.so
#6  0xaafea606 in SfxBindings::GetSlot () from
/opt/openoffice.org1.9.81/program/libsfx680li.so
#7  0xb7dd6d29 in Timer::Timeout () from
/opt/openoffice.org1.9.81/program/libvcl680li.so
#8  0xb7dd6973 in SVMain () from /opt/openoffice.org1.9.81/program/libvcl680li.so
#9  0xb6068433 in SalData::Timeout () from
/opt/openoffice.org1.9.81/program/libvclplug_gen680li.so
#10 0xb6547bfa in GtkXLib::timeoutFn (data=0xb70a2808)
    at /usr/home/cmc/ooocvs/SRC680_m81.fpicker4/vcl/unx/gtk/app/gtkdata.cxx:588
#11 0xb60c7bb7 in g_timeout_dispatch () from /usr/lib/libglib-2.0.so.0
#12 0xb60c3b51 in g_main_dispatch () from /usr/lib/libglib-2.0.so.0
#13 0xb60c63d0 in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#14 0xb60c68ef in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#15 0xb6547fc6 in GtkXLib::Yield (this=0xb70a2808, bWait=1 '\001')
    at /usr/home/cmc/ooocvs/SRC680_m81.fpicker4/vcl/unx/gtk/app/gtkdata.cxx:702
#16 0xb606f3d5 in X11SalInstance::Yield () from
/opt/openoffice.org1.9.81/program/libvclplug_gen680li.so
#17 0xb7dd166c in Application::Yield () from
/opt/openoffice.org1.9.81/program/libvcl680li.so
#18 0xb7dd16af in Application::Execute () from
/opt/openoffice.org1.9.81/program/libvcl680li.so
#19 0x0807153a in desktop::Desktop::Main ()
#20 0xb7dd675b in SVMain () from /opt/openoffice.org1.9.81/program/libvcl680li.so
#21 0x0806624b in sal_main ()
#22 0xb6c54450 in __libc_start_main () from /lib/libc.so.6
#23 0x08066181 in _start ()
Comment 1 caolanm 2005-03-02 11:51:52 UTC
Created attachment 23230 [details]
attached is a patch to sfx2 to not crash.
Comment 2 thomas.lange 2005-03-02 13:21:18 UTC
.
Comment 3 thomas.lange 2005-03-02 13:23:50 UTC
TL->CD: This one is duplicate to your issue #i43538# (fixed in CWS fwkpostbeta04).
Applying your fix solves this problem.


*** This issue has been marked as a duplicate of 43538 ***
Comment 4 carsten.driesner 2005-03-07 14:27:23 UTC
cd: Closed, bug doesn't occur on CWS which fixes the original proble.