Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 14th, 2006, 10:25 AM
abbu
Guest
 
Posts: n/a
Default Need help regarding library conflict

Hi friends,

Iam working on a C++ GUI.
Gui is opening properly , but when i close it core dump happens
i did a mdb on the file and got the below result.
[color=blue]
> $c[/color]
libdbs.so.3`__1cOunsafe_ostreamFflush6M_r0_+0x24(f f2423a0, ff021ad8, 4,
ff021ae4, ff021adc, 4)
libdbs.so.3`__1cSostream_withassign2T6M_v_+0x30(ff 24239c, 0, fe84e2d0,
ff11cba8, 30180, fdf80828)
libc.so.1`_exithandle+0x70(1354f8, bf3170, 0, ffbfc760, 3, ff1bc000)
libc.so.1`exit+0x24(0, bf5480, bf5490, ffbfc388, 0, 0)
_start+0x110(0, 0, 0, 0, 0, 0)[color=blue]
>[/color]

Can any one plsss... let me know what could be the problem.

Rgds,
abbu//

  #2  
Old March 14th, 2006, 12:25 PM
Dietmar Kuehl
Guest
 
Posts: n/a
Default Re: Need help regarding library conflict

abbu wrote:[color=blue][color=green]
>> $c[/color]
> libdbs.so.3`__1cOunsafe_ostreamFflush6M_r0_+0x24(f f2423a0, ff021ad8, 4,
> ff021ae4, ff021adc, 4)
> libdbs.so.3`__1cSostream_withassign2T6M_v_+0x30(ff 24239c, 0, fe84e2d0,
> ff11cba8, 30180, fdf80828)
> libc.so.1`_exithandle+0x70(1354f8, bf3170, 0, ffbfc760, 3, ff1bc000)
> libc.so.1`exit+0x24(0, bf5480, bf5490, ffbfc388, 0, 0)
> _start+0x110(0, 0, 0, 0, 0, 0)[/color]

This looks pretty much as if destroying a global stream object tries
to access a no longer existing stream buffer. Did you redirect e.g.
'std::cerr' to write to a GUI window but forgot to restore the
original stream buffer?
--
<mailto:dietmar_kuehl@yahoo.com> <http://www.dietmar-kuehl.de/>
<http://www.eai-systems.com> - Efficient Artificial Intelligence
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles