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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Julien Nabet <[email protected]> ---
Created attachment 197018
  --> https://bugs.documentfoundation.org/attachment.cgi?id=197018&action=edit
bt

On pc Debian x86-64 with master sources updated today, I could reproduce this.

I attached the relevant bt part.

Also, in gdb, I get:
(gdb) p **(ppTok)
$9 = {_vptr$FormulaToken = 0x7fa8d4f53d18 <vtable for
formula::FormulaByteToken+16>, eOp = ocRange, eType = formula::svByte,
eRefCntPolicy = formula::RefCntPolicy::ThreadSafe, mnRefCnt = 2}
(gdb) p **(ppTok-1)
$10 = {_vptr$FormulaToken = 0x7fa8bfee3cc0 <vtable for ScSingleRefToken+16>,
eOp = ocPush, eType = formula::svSingleRef, eRefCntPolicy =
formula::RefCntPolicy::ThreadSafe, mnRefCnt = 2}
(gdb) p *(ppTok-2)
$11 = (formula::FormulaToken *) 0x0

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

Reply via email to