From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30436 invoked by alias); 8 Feb 2002 15:03:45 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30357 invoked from network); 8 Feb 2002 15:03:42 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.26.18) by sources.redhat.com with SMTP; 8 Feb 2002 15:03:42 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C2B633E77; Fri, 8 Feb 2002 10:03:41 -0500 (EST) Message-ID: <3C63E8CD.7080504@cygnus.com> Date: Fri, 08 Feb 2002 07:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Shane McDaniel Cc: gdb@sources.redhat.com Subject: Re: gdb kills ofstreams References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00132.txt.bz2 > I have a program that uses ofstreams. My program works fine when ran from > the command line, but if I use gdb to run the program my ofstream files > aren't created. This is very frustrating and has cost me a couple hours > of work. > > Is there an explanation for this behavior? The problem could be anywhere. Can I suggest providing a brief descripion of what ofstream is and also mention your host and target. Andrew