[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57515

Arnaud Versini  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |cedric.bosdonnat.ooo@free.f
   |desktop.org |r

--- Comment #4 from Arnaud Versini  ---
Seems to be due to commit
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e8fbe97900f13305b17015d9044993bde4adab36

Cédric could you have a look please ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

2012-12-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57515

Arnaud Versini  changed:

   What|Removed |Added

   Keywords||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57515

Julien Nabet  changed:

   What|Removed |Added

 CC||cedric.bosdonnat.ooo@free.f
   ||r, serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Cedric: would you mind I add an "if (pBackFrm)" in
sw/source/core/layout/trvlfrm.cxx for this part
297 pBackFrm->GetCharRect( rBackRect, aBackPos );
298 
299 nBackDistance = lcl_getDistance( rBackRect, rPoint );
300 bValidBackDistance = true;
?

Of course, I've seen the FIXME in this part but it would allow to just avoid
the crash for the moment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

2012-11-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57515

bfoman  changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=57550

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

2012-11-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57515

--- Comment #2 from Maximiliano Castañón  ---
Confirmed on Debian Sid 

LO 4.0.0.0.alpha1+
doesn't have build version... 2012 11 24

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

2012-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57515

Jean-Baptiste Faure  changed:

   What|Removed |Added

 Blocks||54157

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 57515] Crash when creating a Table of Contents

2012-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57515

Arnaud Versini  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Arnaud Versini  ---
Confirmed on Ubuntu 12.10 64 :

Backtrace :

#0  0x7fffe04272a9 in SwPageFrm::GetCrsrOfst (this=0x44d41c0,
pPos=0x401b330, rPoint=..., pCMS=0x7fffb440, bTestBackground=false) at
/home/arnaud/core/sw/source/core/layout/trvlfrm.cxx:306
#1  0x7fffe04279c9 in SwRootFrm::GetCrsrOfst (this=0x44d3d50,
pPos=0x401b330, rPoint=..., pCMS=0x7fffb440, bTestBackground=false) at
/home/arnaud/core/sw/source/core/layout/trvlfrm.cxx:426
#2  0x7fffdff8ce2a in SwCrsrShell::UpdateCrsrPos (this=0x44d3910) at
/home/arnaud/core/sw/source/core/crsr/crsrsh.cxx:1225
#3  0x7fffdff8e858 in SwCrsrShell::UpdateCrsr (this=0x44d3910, eFlags=6,
bIdleEnd=0 '\000') at /home/arnaud/core/sw/source/core/crsr/crsrsh.cxx:1522
#4  0x7fffdff88a8e in SwCrsrShell::EndAction (this=0x44d3910, bIdleEnd=0
'\000') at /home/arnaud/core/sw/source/core/crsr/crsrsh.cxx:305
#5  0x7fffe0b15172 in SwView::OuterResizePixel (this=0x46947e0, rOfst=...,
rSize=...) at /home/arnaud/core/sw/source/ui/uiview/viewport.cxx:1156
#6  0x766d3d16 in SfxViewFrame::DoAdjustPosSizePixel (this=0x46cf370,
pSh=0x46947e0, rPos=..., rSize=...) at
/home/arnaud/core/sfx2/source/view/viewfrm.cxx:1603
#7  0x766d911e in SfxViewFrame::Resize (this=0x46cf370, bForce=0
'\000') at /home/arnaud/core/sfx2/source/view/viewfrm.cxx:2543
#8  0x766e2bc1 in SfxFrameViewWindow_Impl::Resize (this=0x463fb30) at
/home/arnaud/core/sfx2/source/view/viewfrm2.cxx:77
#9  0x74a7b293 in Window::ImplCallResize (this=0x463fb30) at
/home/arnaud/core/vcl/source/window/window.cxx:1168
#10 0x74a8ea36 in Window::Show (this=0x463fb30, bVisible=1 '\001',
nFlags=0) at /home/arnaud/core/vcl/source/window/window.cxx:6366
#11 0x766c413f in SfxBaseController::ConnectSfxFrame_Impl
(this=0x483e0e0, i_eConnect=SfxBaseController::E_CONNECT) at
/home/arnaud/core/sfx2/source/view/sfxbasecontroller.cxx:1306
#12 0x766c00e2 in SfxBaseController::attachFrame (this=0x483e0e0,
xFrame=...) at /home/arnaud/core/sfx2/source/view/sfxbasecontroller.cxx:588
#13 0x766aa755 in SfxFrameLoader_Impl::impl_createDocumentView
(this=0x44896c0, i_rModel=..., i_rFrame=..., i_rViewFactoryArgs=...,
i_rViewName=...) at /home/arnaud/core/sfx2/source/view/frmload.cxx:503
#14 0x766ab270 in SfxFrameLoader_Impl::load (this=0x44896c0, rArgs=...,
_rTargetFrame=...) at /home/arnaud/core/sfx2/source/view/frmload.cxx:620
#15 0x7fffe25031e8 in framework::LoadEnv::impl_loadContent (this=0x4485538)
at /home/arnaud/core/framework/source/loadenv/loadenv.cxx:1136
#16 0x7fffe24ff93b in framework::LoadEnv::startLoading (this=0x4485538) at
/home/arnaud/core/framework/source/loadenv/loadenv.cxx:399
#17 0x7fffe2481798 in framework::LoadDispatcher::impl_dispatch
(this=0x44854a0, rURL=..., lArguments=..., xListener=...) at
/home/arnaud/core/framework/source/dispatch/loaddispatcher.cxx:121
#18 0x7fffe24813fa in framework::LoadDispatcher::dispatch (this=0x44854a0,
aURL=..., lArguments=...) at
/home/arnaud/core/framework/source/dispatch/loaddispatcher.cxx:60
#19 0x7fffdafaf104 in unocontrols::FrameControl::impl_createFrame
(this=0x445e920, xPeer=..., rURL=..., rArguments=...) at
/home/arnaud/core/UnoControls/source/controls/framecontrol.cxx:493
#20 0x7fffdafae8c5 in
unocontrols::FrameControl::setFastPropertyValue_NoBroadcast (this=0x445e920,
nHandle=0, rValue=...) at
/home/arnaud/core/UnoControls/source/controls/framecontrol.cxx:353
#21 0x76a4f961 in cppu::OPropertySetHelper::setFastPropertyValue
(this=0x445ea48, nHandle=0, rValue=...) at
/home/arnaud/core/cppuhelper/source/propshlp.cxx:559
#22 0x76a4e8aa in cppu::OPropertySetHelper::setPropertyValue
(this=0x445ea48, rPropertyName=..., rValue=...) at
/home/arnaud/core/cppuhelper/source/propshlp.cxx:283
#23 0x7fffe0bc1c4b in SwOneExampleFrame::CreateControl (this=0x447aed0) at
/home/arnaud/core/sw/source/ui/utlui/unotools.cxx:166
#24 0x7fffe0bc12c6 in SwOneExampleFrame::SwOneExampleFrame (this=0x447aed0,
rWin=..., nFlags=1, pInitializedLink=0x7fffc9b0, pURL=0x7fffc900) at
/home/arnaud/core/sw/source/ui/utlui/unotools.cxx:100
#25 0x7fffdb749050 in SwMultiTOXTabDialog::ShowPreviewHdl (this=0x445dfa0,
pBox=0x0) at /home/arnaud/core/sw/source/ui/index/cnttab.cxx:541
#26 0x7fffdb747b98 in SwMultiTOXTabDialog::SwMultiTOXTabDialog
(this=0x445dfa0, pParent=0x400a560, rSet=..., rShell=..., pCurTOX=0x0,
nToxType=65535, bGlobal=0 '\000') at
/home/arnaud/core/sw/source/ui/index/cnttab.cxx:337
#27 0x7fffdb69d185 in SwAbstractDialogFactory_Impl::CreateMultiTOXTabDialog
(this=0x4473b80, nResId=20889, pParent=0x400a560, rSet=...,