https://bugs.documentfoundation.org/show_bug.cgi?id=144072

--- Comment #22 from Patrick Luby <plub...@neooffice.org> ---
(In reply to Patrick Luby from comment #21)
> I just noticed that the Apple Stack Trace in attachment 174550 [details] is
> crashing due to a native exception being thrown that is not caught. This is
> the same type of crash in issue 146626.
> 
> I will see if I can reproduce this bug in a debug build.

I can reproduce the crash in a debug build. However, I can no longer upload an
attachment (tried in multiple browsers) so I'll summarize what I found here:

I can reproduce this bug. The mystery is which code is throwing the uncaught
exception so I ran my debug build from the command line in a Terminal window
and I got the output in the attached "libo.log" file.

The top of the file contains the following error messages and then is followed
by a stack trace:

Assertion failed: (nNum <= std::numeric_limits<sal_Int32>::max( )), function
Fraction, file fract.cxx, line 59.
Assertion failed: (nNum <= std::numeric_limits<sal_Int32>::max( )), function
Fraction, file fract.cxx, line 59.

The stack trace shows at the point of crash (i.e. the _sigtramp call closest to
the end of the file) shows the following function being called with bad values:

41  libtllo.dylib                       0x00000001039b5d68 _ZN8FractionC2Ell +
208
42  libtllo.dylib                       0x00000001039b636c _ZN8FractionC1Ell +
44
43  libsvxcorelo.dylib                  0x0000000111e5bc90
_ZNK11SdrDragStat8GetXFactEv + 200
44  librptuilo.dylib                    0x0000000337867600
_ZN5rptui9DlgEdFunc14isRectangleHitERK10MouseEvent + 948

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to