[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar

2019-11-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Julien Nabet  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #8 from Julien Nabet  ---
Thank you Aron for ping me about this.
Indeed, I don't reproduce this anymore with master sources updated today.

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

[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar

2019-11-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #7 from Aron Budea  ---
I'm not getting an assert anymore in a debug build of LO 6.5.0.0.alpha0+
(08ce9a9293523c2b49e3beda62c0eb0f75be2745) / Ubuntu.
Julien, please check again, and close if your result is the same.

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

[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar

2019-04-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Michael Weghorn  changed:

   What|Removed |Added

 CC||glo...@fbihome.de

--- Comment #6 from Michael Weghorn  ---
*** Bug 124557 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar

2019-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

--- Comment #5 from Julien Nabet  ---
Created attachment 149772
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149772=edit
bt with debug symbols

Update of bt with master sources updated today.

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

[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar

2019-03-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Julien Nabet  changed:

   What|Removed |Added

 Attachment #144588|0   |1
is obsolete||

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

[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar

2019-01-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Michael Weghorn  changed:

   What|Removed |Added

Summary|Assert when clicking Expand |Assert when clicking Expand
   |Formula Bar with Notebook   |Formula Bar
   |bar |
 CC||m.wegh...@posteo.de

--- Comment #4 from Michael Weghorn  ---
Same happens on current master (as of b89dbc08b735384cdc9e469b044842fb729ced0b)
 without Notebookbar enabled.

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


[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar with Notebook bar

2018-09-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Xisco Faulí  changed:

   What|Removed |Added

 Blocks||105537
 CC||xiscofa...@libreoffice.org


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105537
[Bug 105537] [META] Assertion failed crashes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar with Notebook bar

2018-09-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Katarina Behrens (CIB)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Katarina Behrens (CIB)  ---
Repro with dbg build and gtk3, kde5 respectively. Not with gtk and gen

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


[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar with Notebook bar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

Julien Nabet  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||9472
 CC||caol...@redhat.com

--- Comment #2 from Julien Nabet  ---
vcl/source/window/toolbox.cxx
2265 item.maCalcRect.SetTop( nY+(mnMaxItemHeight-aCurrentItemSize.Height())/2
);

See
https://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx#2265

(gdb) p nY
$1 = 0
(gdb) p mnMaxItemHeight
$2 = 27
(gdb) p aCurrentItemSize.Height()
$3 = 34
(gdb) p nLineSize
$4 = 116

Caolán: I don't know if it's due to
https://cgit.freedesktop.org/libreoffice/core/commit/?id=c7efcb1340ceee35fe3b8ffd9ed86b8cae57d9ce
or if the root cause must be searched elsewhere.

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


[Libreoffice-bugs] [Bug 119626] Assert when clicking Expand Formula Bar with Notebook bar

2018-08-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119626

--- Comment #1 from Julien Nabet  ---
Created attachment 144588
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144588=edit
bt with debug symbols

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