Opened 17 years ago

Closed 17 years ago

#4186 closed defect (invalid)

Assertion triggered in T* boost::scoped_ptr<T>::operator->()

Reported by: joel.stan@… Owned by: lasgouttes
Priority: high Milestone:
Component: general Version: 1.5.0
Severity: critical Keywords: crash
Cc:

Description

while compiling the documentation for SDCC (http://sdcc.sf.net), the following
occurs:

$ lyx -e text sdccman.lyx
Locale en_US could not be set
Locale en_US could not be set
Assertion triggered in T* boost::scoped_ptr<T>::operator->() const [with T =
lyx::frontend::Application] by failing check "ptr != 0" in file
/usr/include/boost/scoped_ptr.hpp:94

Aborted (core dumped)

I am running 1.5.0-0ubuntu1 on Ubuntu Gutsy. libbost is 1.34.0-1ubuntu2.

The relevant version of sdccman.lex can be found at
http://sdcc.svn.sourceforge.net/viewvc/sdcc/tags/sdcc-270/sdcc/doc/

Change History (5)

comment:1 by lasgouttes, 17 years ago

I cannot reproduce this bug. Is it possible to have a backtrace?

comment:2 by Richard Heck, 17 years ago

No problem here either: FC6, LyX 1.5.2svn.

comment:3 by Richard Heck, 17 years ago

Is our inability to reproduce the bug a consequence of our not seeing the error:
Locale en_US could not be set? But why would that cause theApp() to be 0? I take
it that is what is happening.

comment:4 by Uwe Stöhr, 17 years ago

Keywords: crash added
Severity: normalcritical

Either we can reproduce this, or we should close this bug.

comment:5 by Richard Heck, 17 years ago

Resolution: invalid
Status: newclosed

Still can't reproduce and no further information.

Note: See TracTickets for help on using tickets.