Bennett Helm wrote:
> Program received signal EXC_BAD_ACCESS, Could not access memory.
> Reason: KERN_INVALID_ADDRESS at address: 0x6163697c
> std::_Rb_tree<std::string, std::pair<std::string const, lyx::Messages>,

iirc redblack trees were used in completion stuff, so maybe Stefan would
have some idea.

pavel

> std::less<std::string>, std::allocator<std::pair<std::string const,
> lyx::Messages> > >::lower_bound (this=0xbffff464, [EMAIL PROTECTED]) at
> LyX.cpp:2190
> 2190    { return __lhs.compare(__rhs) < 0; }
> 
> 
> (Note that I'm not sure if this output appears before or after I attempt to
> quit.)
> 
> Here's the backtrace for the crash:
> 
> 
> #0  std::_Rb_tree<std::string, std::pair<std::string const, lyx::Messages>,
> std::_Select1st<std::pair<std::string const, lyx::Messages> >,
> std::less<std::string>, std::allocator<std::pair<std::string const,
> lyx::Messages> > >::lower_bound (this=0xbffff464, [EMAIL PROTECTED]) at
> LyX.cpp:2190
> #1  0x00120d74 in std::map<std::string, lyx::Messages,
> std::less<std::string>, std::allocator<std::pair<std::string const,
> lyx::Messages> > >::operator[] (this=0xbffff460, [EMAIL PROTECTED]) at
> LyX.cpp:2190
> #2  0x0010f1b4 in lyx::getGuiMessages () at LyX.cpp:2190
> warning: .o file
> "/Users/bennett/lyx/lyx-devel/src/support/.libs/liblyxsupport.a(gettext.o)"
> more recent than executable timestamp
> #3  0x00566cef in lyx::_ ([EMAIL PROTECTED]) at LyX.cpp:2190
> #4  0x0001592f in lyx::Buffer::~Buffer (this=0xefd148) at LyX.cpp:2190
> #5  0x916dffdc in __cxa_finalize ()
> #6  0x916dfed0 in exit ()
> #7  0x0000209f in start ()
> 
> 
> Bennett

Reply via email to