To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91087
                 Issue #|91087
                 Summary|crash during editing math formula
               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 26 06:07:36 +0000 
2008 -------
I'm trying to create poster with ooimpress. At some point during editing math
formula it crashed. I've managed to reproduce this problem second time and
gather backtrace, but now I don't know how to reproduce this. So only thing we
have is backtrace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb62766d0 (LWP 9543)]
0xb7d6d166 in std::vector<__gnu_cxx::_Hashtable_node<std::pair<unsigned long
const, String> >*, std::allocator<__gnu_cxx::_Hashtable_node<std::pair<unsigned
long const, String> >*> >::size (this=0x2c)
    at /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/include/g++-v4/bits/stl_vector.h:396
396           size() const
(gdb) bt
#0  0xb7d6d166 in std::vector<__gnu_cxx::_Hashtable_node<std::pair<unsigned long
const, String> >*, std::allocator<__gnu_cxx::_Hashtable_node<std::pair<unsigned
long const, String> >*> >::size (this=0x2c)
    at /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/include/g++-v4/bits/stl_vector.h:396
#1  0xb7d6d42d in __gnu_cxx::hashtable<std::pair<unsigned long const, String>,
unsigned long, __gnu_cxx::hash<unsigned long>,
std::_Select1st<std::pair<unsigned long const, String> >, std::equal_to<unsigned
long>, std::allocator<String> >::_M_bkt_num_key (
    this=0x28, [EMAIL PROTECTED]) at
/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/include/g++-v4/ext/hashtable.h:587
#2  0xb7d6d49a in __gnu_cxx::hashtable<std::pair<unsigned long const, String>,
unsigned long, __gnu_cxx::hash<unsigned long>,
std::_Select1st<std::pair<unsigned long const, String> >, std::equal_to<unsigned
long>, std::allocator<String> >::find (this=0x28,
    [EMAIL PROTECTED]) at
/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/include/g++-v4/ext/hashtable.h:510
#3  0xb7d6d4ee in __gnu_cxx::hash_map<unsigned long, String,
__gnu_cxx::hash<unsigned long>, std::equal_to<unsigned long>,
std::allocator<String> >::find (this=0x28, [EMAIL PROTECTED]) at
/usr/lib/gcc/i686-pc-linux-gnu/4.2.4/include/g++-v4/ext/hash_map:215
#4  0xb7d723d9 in ImplFontEntry::GetFallbackForUnicode (this=0xb24b818,
cChar=65522, pFontName=0xbfe79b8c)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/outdev3.cxx:1607
#5  0xb7d611e1 in ImplDevFontList::GetGlyphFallbackFont (this=0x8227850,
[EMAIL PROTECTED], [EMAIL PROTECTED],
    nFallbackLevel=3)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/outdev3.cxx:2071
#6  0xb7d639e9 in ImplFontCache::GetGlyphFallbackFont (this=0x8240de8,
pFontList=0x8227850, [EMAIL PROTECTED],
    nFallbackLevel=4, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/outdev3.cxx:3273
#7  0xb7d63bd7 in OutputDevice::ImplGlyphFallbackLayout (this=0xb106924,
pSalLayout=0x8bca3a8, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/outdev3.cxx:6312
#8  0xb7d64f19 in OutputDevice::ImplLayout (this=0xb106924, [EMAIL PROTECTED],
nMinIndex=0, nLen=<value optimized out>,
    [EMAIL PROTECTED], nLogicalWidth=0, pDXArray=0xbfe79c00, bFilter=true)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/outdev3.cxx:6248
#9  0xb7d69c05 in OutputDevice::DrawTextArray (this=0xb106924,
[EMAIL PROTECTED], [EMAIL PROTECTED], pDXAry=0xb1068a0,
    nIndex=0, nLen=1)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/outdev3.cxx:5889
#10 0xb7d420cf in MetaTextArrayAction::Execute (this=0xb127e50, pOut=0xb106924)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/metaact.cxx:1386
#11 0xb7d17e49 in GDIMetaFile::Play (this=0xb12b124, pOut=0xb106924, nPos=46)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/gdimtf.cxx:489
#12 0xb7d18078 in GDIMetaFile::Play (this=0xb12b124, pOut=0xb106924,
[EMAIL PROTECTED], [EMAIL PROTECTED], nPos=4294967295)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/gdimtf.cxx:559
#13 0xb7d29ca7 in ImpGraphic::ImplDraw (this=0xb12b120, pOutDev=0xb106924,
[EMAIL PROTECTED], [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/impgraph.cxx:829
#14 0xb7d1fbc2 in Graphic::Draw (this=0xb1187f0, pOutDev=0xb106924,
[EMAIL PROTECTED], [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/gdi/graph.cxx:610
#15 0xad07fbba in SwNoTxtFrm::PaintPicture (this=0x90d0a68, pOut=0xb106924,
[EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/doc/notxtfrm.cxx:1083
#16 0xad080bbb in SwNoTxtFrm::Paint (this=0x90d0a68, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/doc/notxtfrm.cxx:458
#17 0xacf96f32 in SwLayoutFrm::Paint (this=0x8c90f00, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/layout/paintfrm.cxx:3238
#18 0xacf98277 in SwFlyFrm::Paint (this=0x8c90f00, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/layout/paintfrm.cxx:3657
---Type <return> to continue, or q <return> to quit---
#19 0xacfe4141 in SwFlyCntPortion::Paint (this=0x8b063d0, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/text/porfly.cxx:290
#20 0xacfdf1bb in SwTxtPainter::DrawTextLine (this=0xbfe7a324,
[EMAIL PROTECTED], [EMAIL PROTECTED], bUnderSz=0 '\0')
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/text/itrpaint.cxx:466
#21 0xacfce0ed in SwTxtFrm::Paint (this=0xacadb4b0, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/text/frmpaint.cxx:795
#22 0xacf96f32 in SwLayoutFrm::Paint (this=0xacada000, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/layout/paintfrm.cxx:3238
#23 0xacf96f32 in SwLayoutFrm::Paint (this=0xacad8000, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/layout/paintfrm.cxx:3238
#24 0xacf98f93 in SwRootFrm::Paint (this=0x918dba0, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/layout/paintfrm.cxx:2987
#25 0xacf28e8a in ViewShell::Paint (this=0x9150f38, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/view/viewsh.cxx:1962
#26 0xaceffa4e in SwCrsrShell::Paint (this=0x9150f38, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/core/crsr/crsrsh.cxx:1225
#27 0xad41e3e3 in SwEditWin::Paint (this=0x8e40d28, [EMAIL PROTECTED])
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/sw/source/ui/docvw/edtwin2.cxx:554
#28 0xb7e824bf in Window::ImplCallPaint (this=0x8e40d28, pRegion=0xbfe7abe8,
nPaintFlags=43984)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2472
#29 0xb7e82594 in Window::ImplCallPaint (this=0x8b09318, pRegion=0xbfe7ac78,
nPaintFlags=3368)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2496
#30 0xb7e82594 in Window::ImplCallPaint (this=0x8d39248, pRegion=0xbfe7ad08,
nPaintFlags=37656)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2496
#31 0xb7e82594 in Window::ImplCallPaint (this=0x8a3c2c8, pRegion=0x0,
nPaintFlags=37448)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2496
#32 0xb7e82594 in Window::ImplCallPaint (this=0x8ae94f8, pRegion=0xbfe7ae28,
nPaintFlags=49864)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2496
#33 0xb7e82594 in Window::ImplCallPaint (this=0x86ad370, pRegion=0x0,
nPaintFlags=38136)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2496
#34 0xb7e82594 in Window::ImplCallPaint (this=0x86520e0, pRegion=0x0,
nPaintFlags=54128)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2496
#35 0xb7e82d1d in Window::ImplCallOverlapPaint (this=0x86520e0)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2533
#36 0xb7e82eaf in Window::ImplHandlePaintHdl (this=0x28)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2553
#37 0xb7cd6ed5 in Link::Call (this=0x28, pCaller=0x0)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/solver/680/unxlngi6.pro/inc/tools/link.hxx:158
#38 0xb7e87a8c in Window::ImplHandleResizeTimerHdl (this=0x86520e0)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/window/window.cxx:2567
#39 0xb7cd6ed5 in Link::Call (this=0x28, pCaller=0x871a1f0)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/solver/680/unxlngi6.pro/inc/tools/link.hxx:158
#40 0xb7ce413c in Timer::Timeout (this=0x871a1f0)
---Type <return> to continue, or q <return> to quit---
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/timer.cxx:285
#41 0xb7ce426f in Timer::ImplTimerCallbackProc ()
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/timer.cxx:173
#42 0xb5f57304 in SalTimer::CallCallback (this=0x8299720) at
../../../inc/vcl/saltimer.hxx:80
#43 0xb5f55b2a in SalXLib::CheckTimeout (this=0x80ca7d0, bExecuteTimers=true)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/unx/source/app/saldata.cxx:709
#44 0xb5f56678 in SalXLib::Yield (this=0x80ca7d0, 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:792
#45 0xb5f6362c in X11SalInstance::Yield (this=0x80c05f0, bWait=44,
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
#46 0xb7cdf5d5 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
#47 0xb7cdf6a1 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
#48 0x0807eca1 in desktop::Desktop::Main (this=0xbfe7b4c4)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/desktop/source/app/app.cxx:1946
#49 0xb7ce3b2b in ImplSVMain ()
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/svmain.cxx:259
#50 0xb7ce3c3f in SVMain ()
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/vcl/source/app/svmain.cxx:300
#51 0x08072dbe in main (argc=Cannot access memory at address 0x28
)
    at
/vz/portage-tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/desktop/source/app/main.cxx:61
(gdb)

Full backtrace will be in attachment.

---------------------------------------------------------------------
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]

Reply via email to