hi all,

while loading our C++ application with GDB 5.0 on Linux/i386 (compiled
with g++ 2.95.2 Debian GNU/Linux) we get the following message :

(gdb) l Application.cpp
During symbol reading, block end address less than block start address
in __thunk_8__._Q212speechdesignt5Array3ZUcUi30ZQ24_STLt9allocator1ZUc
(patched it).
During symbol reading, inner block (0x806e258-0x806e28f) not inside
outer block (0x806e063-0x806e23b).
During symbol reading, inner block (0x806ed0d-0x806ed64) not inside
outer block (0x806ec85-0x806ecf0).
During symbol reading, block end address less than block start address
in virtual function thunk (delta:-8) for
speechdesign::Application::~Application(void) (patched it).
During symbol reading, block end address less than block start address
in __thunk_8__._Q212speechdesignt5Array3ZUcUi30ZQ24_STLt9allocator1ZUc
(patched it).
During symbol reading, inner block (0x80747ee-0x807483d) not inside
outer block (0x8074685-0x8074772).
During symbol reading, inner block (0x8074858-0x8074895) not inside
outer block (0x80747ee-0x8074838).
During symbol reading, inner block (0x80747ee-0x8074838) not inside
outer block (0x80745e8-0x80747e1).
the class Application does not have any method named cpp
Hint: try 'Application.cpp<TAB> or 'Application.cpp<ESC-?>
(Note leading single quote.)
(gdb)

For any kind of information would be usefull because we do not know if
we have done something wrong...


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to