This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: stdio synching and startup code (was Re: segfaults after loading shared libstdc++)


On Wed, Jan 10, 2001 at 12:54:16AM -0800, Benjamin Kosnik wrote:
> 
> http://gcc.gnu.org/ml/gcc-bugs/2001-01/msg00164.html
> http://gcc.gnu.org/ml/gcc-bugs/2001-01/msg00255.html

Yeah, I'd just finished looking at those.  I must say, code like

    new (&cin) istream(_M_cin);

just looks *freaky* weird.  :-)  Placement new over an I/O object...!


> Really, all that should need to happen in s_w_s is that the size of the 
> buffer changes...

The /size/?  You just lost me...


-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]