Bugzilla – Attachment 146997 Details for
Bug 121686
Assert on text + space + dash + enter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bt with debug symbols
bt.txt (text/plain), 7.17 KB, created by
Julien Nabet
on 2018-11-24 13:42:49 UTC
(
hide
)
Description:
bt with debug symbols
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2018-11-24 13:42:49 UTC
Size:
7.17 KB
patch
obsolete
>soffice.bin: /home/julien/lo/libreoffice/include/rtl/ustring.hxx:676: sal_Unicode rtl::OUString::operator[](sal_Int32) const: Assertion `index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())' failed. > >Thread 1 "soffice.bin" received signal SIGABRT, Aborted. >__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 >51 ../sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type. >(gdb) bt >#0 0x00007ffff7b58f3b in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 >#1 0x00007ffff7b5a2f1 in __GI_abort () at abort.c:79 >#2 0x00007ffff7b51a8a in __assert_fail_base (fmt=0x7ffff7ca5ec8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7ffff6729800 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())", file=file@entry=0x7ffff67297c8 "/home/julien/lo/libreoffice/include/rtl/ustring.hxx", line=line@entry=676, function=function@entry=0x7ffff6731b20 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:92 >#3 0x00007ffff7b51b02 in __GI___assert_fail (assertion=0x7ffff6729800 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())", file=0x7ffff67297c8 "/home/julien/lo/libreoffice/include/rtl/ustring.hxx", line=676, function=0x7ffff6731b20 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:101 >#4 0x00007ffff6493645 in rtl::OUString::operator[](int) const (this=0x55555ca96d80, index=7) at /home/julien/lo/libreoffice/include/rtl/ustring.hxx:676 >#5 0x00007ffff664b83c in SvxAutoCorrect::FnChgToEnEmDash(SvxAutoCorrDoc&, rtl::OUString const&, int, int, o3tl::strong_int<unsigned short, LanguageTypeTag>) (this=0x55555a98eea0, rDoc=..., rTxt="Aze a -", nSttPos=6, nEndPos=7, eLang=...) at /home/julien/lo/libreoffice/editeng/source/misc/svxacorr.cxx:546 >#6 0x00007ffff664eb85 in SvxAutoCorrect::DoAutoCorrect(SvxAutoCorrDoc&, rtl::OUString const&, int, char16_t, bool, bool&, vcl::Window const*) (this=0x55555a98eea0, rDoc=..., rTxt="Aze a -", nInsPos=7, cChar=0 u'\000', bInsert=false, io_bNbspRunNext=@0x55555aa7c958: false, pFrameWin=0x55555aa4e4d0) > at /home/julien/lo/libreoffice/editeng/source/misc/svxacorr.cxx:1435 >#7 0x00007fffdd57b4de in SwEditShell::AutoCorrect(SvxAutoCorrect&, bool, char16_t) (this=0x55555aa7c6b0, rACorr=..., bInsert=false, cChar=0 u'\000') > at /home/julien/lo/libreoffice/sw/source/core/edit/edws.cxx:269 >#8 0x00007fffdd511fe0 in SwEditShell::AutoFormatBySplitNode() (this=0x55555aa7c6b0) at /home/julien/lo/libreoffice/sw/source/core/edit/autofmt.cxx:2626 >#9 0x00007fffdd5530b1 in SwEditShell::SplitNode(bool, bool) (this=0x55555aa7c6b0, bAutoFormat=true, bCheckTableStart=true) > at /home/julien/lo/libreoffice/sw/source/core/edit/editsh.cxx:203 >#10 0x00007fffde21c35b in SwWrtShell::SplitNode(bool) (this=0x55555aa7c6b0, bAutoFormat=true) at /home/julien/lo/libreoffice/sw/source/uibase/wrtsh/wrtsh1.cxx:960 >#11 0x00007fffddf8007a in SwEditWin::KeyInput(KeyEvent const&) (this=0x55555aa4e4d0, rKEvt=...) at /home/julien/lo/libreoffice/sw/source/uibase/docvw/edtwin.cxx:2523 >#12 0x00007ffff0af92dc in ImplHandleKey(vcl::Window*, MouseNotifyEvent, sal_uInt16, sal_uInt16, sal_uInt16, bool) (pWindow=0x555557a8c070, nSVEvent=MouseNotifyEvent::KEYINPUT, nKeyCode=1280, nCharCode=0, nRepeat=0, bForward=true) at /home/julien/lo/libreoffice/vcl/source/window/winproc.cxx:994 >#13 0x00007ffff0afe093 in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (_pWindow=0x555557a8c070, nEvent=SalEvent::KeyInput, pEvent=0x7fffffff2002) > at /home/julien/lo/libreoffice/vcl/source/window/winproc.cxx:2354 >#14 0x00007fffe7e8976c in SalFrame::CallCallback(SalEvent, void const*) const (this=0x555557a451e0, nEvent=SalEvent::KeyInput, pEvent=0x7fffffff2002) > at /home/julien/lo/libreoffice/vcl/inc/salframe.hxx:285 >#15 0x00007fffe7e88aa4 in GtkSalFrame::CallCallbackExc(SalEvent, void const*) const (this=0x555557a451e0, nEvent=SalEvent::KeyInput, pEvent=0x7fffffff2002) > at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:4502 >#16 0x00007fffe7e797a0 in GtkSalFrame::doKeyCallback(unsigned int, unsigned int, unsigned short, unsigned char, char16_t, bool, bool) (this=0x555557a451e0, state=16, keyval=65421, hardware_keycode=104, group=0 '\000', aOrigCode=0 u'\000', bDown=true, bSendRelease=false) at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:465 >#17 0x00007fffe7e8504d in GtkSalFrame::signalKey(_GtkWidget*, _GdkEventKey*, void*) (pWidget=0x555557a97330, pEvent=0x55555c9d3380, frame=0x555557a451e0) > at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkframe.cxx:3307 >#18 0x00007fffe797a19b in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#19 0x00007fffeb22fb6d in g_closure_invoke () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#20 0x00007fffeb2428f3 in () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#21 0x00007fffeb24af43 in g_signal_emit_valist () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#22 0x00007fffeb24becf in g_signal_emit () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#23 0x00007fffe79283e4 in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#24 0x00007fffe77e91d1 in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#25 0x00007fffe77eb213 in gtk_main_do_event () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >---Type <return> to continue, or q <return> to quit--- >#26 0x00007fffe74ec2a5 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#27 0x00007fffe7547042 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#28 0x00007fffeb14fc3e in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#29 0x00007fffeb14fed8 in () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#30 0x00007fffeb14ff6c in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 >#31 0x00007fffe7dbf590 in GtkSalData::Yield(bool, bool) (this=0x5555556471d0, bWait=true, bHandleAllCurrentEvents=false) > at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:463 >#32 0x00007fffe7dc2cc2 in GtkInstance::DoYield(bool, bool) (this=0x555555655310, bWait=true, bHandleAllCurrentEvents=false) > at /home/julien/lo/libreoffice/vcl/unx/gtk3/../gtk/gtkinst.cxx:406 >#33 0x00007ffff1060d13 in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:440 >#34 0x00007ffff1061235 in Application::Yield() () at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:504 >#35 0x00007ffff1060b0b in Application::Execute() () at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:421 >#36 0x00007ffff7d58250 in desktop::Desktop::Main() (this=0x7fffffff2f30) at /home/julien/lo/libreoffice/desktop/source/app/app.cxx:1617 >#37 0x00007ffff1077a05 in ImplSVMain() () at /home/julien/lo/libreoffice/vcl/source/app/svmain.cxx:199 >#38 0x00007ffff1077b2a in SVMain() () at /home/julien/lo/libreoffice/vcl/source/app/svmain.cxx:233 >#39 0x00007ffff7dadeb3 in soffice_main() () at /home/julien/lo/libreoffice/desktop/source/app/sofficemain.cxx:169 >#40 0x000055555555484b in sal_main () at /home/julien/lo/libreoffice/desktop/source/app/main.c:48 >#41 0x000055555555484b in main (argc=<optimized out>, argv=<optimized out>) at /home/julien/lo/libreoffice/desktop/source/app/main.c:47 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 121686
:
146997
|
149773