This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Q: libio and stream in stdc++
- To: Levente Farkas <lfarkas at mindmaker dot hu>
- Subject: Re: Q: libio and stream in stdc++
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 27 Oct 2000 06:13:45 -0700 (PDT)
- cc: STDC++ <libstdc++ at sources dot redhat dot com>, Dietmar Kuehl <dietmar_kuehl at yahoo dot com>
> so I've to track down the dlopen (aka. java's System.Loadlibrary bug).
> finaly it's turn out that the problems comes from this stack trace:
> ------------------
> std::ios_base::Init::Init(void)
> std::basic_filebuf<char, std::char_traits<char> >::basic_filebuf(int, char const
> *, std::_Ios_Openmode)
> std::__basic_file<char>::sys_open(int, std::_Ios_Openmode)
Note that this is a non-standard ctor....
Levente, I've not been paying attention to this thread.
Can you back up a bit and give me a pointer to code that shows what you
are trying to do?
thanks,
-benjamin