Some ctests have started to fail. When I try to reproduce manually, I
get a SIGABRT opening a file. For example:

  lyx autotests/export/docbook/abstract_list.lyx

I attach the backtrace.

The backtrace has Counters::currentCounter() and setLabel(), so perhaps
related to a2736c25?

Scott

Thread 1 "lyx" received signal SIGABRT, Aborted.                                
                                                                                
                              
__pthread_kill_implementation (threadid=<optimized out>, signo=6, no_tid=0) at 
./nptl/pthread_kill.c:44
warning: 44     ./nptl/pthread_kill.c: No such file or directory                
                                                                                
                              
(gdb) bt                                                                        
                                                                                
                              
#0  __pthread_kill_implementation (threadid=<optimized out>, signo=6, no_tid=0) 
at ./nptl/pthread_kill.c:44      
#1  __pthread_kill_internal (threadid=<optimized out>, signo=6) at 
./nptl/pthread_kill.c:89                                                        
                                           
#2  __GI___pthread_kill (threadid=<optimized out>, signo=signo@entry=6) at 
./nptl/pthread_kill.c:100           
#3  0x00007ffff5c4579e in __GI_raise (sig=sig@entry=6) at 
../sysdeps/posix/raise.c:26                                                     
                                                    
#4  0x00007ffff5c288cd in __GI_abort () at ./stdlib/abort.c:73                  
                                                                                
                              
#5  0x00005555559303db in lyx::lyx_exit (exit_code=1) at 
/home/scott/lyxbuilds/master-master/repo/src/LyX.cpp:262
#6  0x0000555556225242 in lyx::doAssertWithCallstack (value=false) at 
/home/scott/lyxbuilds/master-master/repo/src/support/lassert.cpp:50
#7  0x0000555556225fef in lyx::doBufErr (expr=0x55555624afca 
"!counter_stack_.empty()", file=0x55555624ae4a 
"/home/scott/lyxbuilds/master-master/repo/src/Counters.cpp", line=706)         
    at /home/scott/lyxbuilds/master-master/repo/src/support/lassert.cpp:98      
                                                                                
                              
#8  0x000055555583371a in lyx::Counters::currentCounter[abi:cxx11]() const 
(this=0x5555577f28c0) at 
/home/scott/lyxbuilds/master-master/repo/src/Counters.cpp:706
#9  0x00005555557457e9 in lyx::Buffer::Impl::setLabel (this=0x5555575a8470, 
it=..., prev_it=..., utype=lyx::InternalUpdate) at 
/home/scott/lyxbuilds/master-master/repo/src/Buffer.cpp:5450
#10 0x00005555557444c1 in lyx::Buffer::updateBuffer (this=0x5555575a0850, 
parit=..., utype=lyx::InternalUpdate, deleted=false)
    at /home/scott/lyxbuilds/master-master/repo/src/Buffer.cpp:5520             
                                                                                
                              
#11 0x0000555555731806 in lyx::Buffer::updateBuffer (this=0x5555575a0850, 
scope=lyx::Buffer::UpdateMaster, utype=lyx::InternalUpdate)
    at /home/scott/lyxbuilds/master-master/repo/src/Buffer.cpp:5182       
#12 0x000055555572ba6d in lyx::Buffer::updateBuffer (this=0x5555575a0850) at 
/home/scott/lyxbuilds/master-master/repo/src/Buffer.cpp:5100
#13 0x0000555555e47ee1 in lyx::frontend::GuiView::setBuffer 
(this=0x555556a57280, newBuffer=0x5555575a0850, switch_to=true)
    at 
/home/scott/lyxbuilds/master-master/repo/src/frontends/qt/GuiView.cpp:2247      
                                                                                
                       
#14 0x0000555555e4c5dc in lyx::frontend::GuiView::loadDocument 
(this=0x555556a57280, filename=..., tolastfiles=true)         
    at 
/home/scott/lyxbuilds/master-master/repo/src/frontends/qt/GuiView.cpp:3045      
       
#15 0x0000555555e4daf6 in lyx::frontend::GuiView::openDocuments 
(this=0x555556a57280, fname="autotests/export/docbook/abstract_list.lyx", 
origin=0)                     
    at 
/home/scott/lyxbuilds/master-master/repo/src/frontends/qt/GuiView.cpp:3147      
                                                                                
                       

Attachment: signature.asc
Description: PGP signature

-- 
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to