--- Comment #4 from pcarlini at suse dot de 2005-12-16 18:43 ---
Feedback not forthcoming.
--
pcarlini at suse dot de changed:
What|Removed |Added
Status|WAIT
--- Comment #3 from pcarlini at suse dot de 2005-10-06 18:32 ---
(In reply to comment #2)
> sample code:
Sorry, but this is not useful. We need a *self-contained* source file, which
we can compile and run as-is, using your very same build options. We need to
exactly reproduce the proble
--- Comment #2 from hemasai at yahoo dot com 2005-10-06 18:12 ---
sample code:
fn(const char* fname)
{
ifstream fstr;
if (!fname)
return;
fstr.clear();
fstr.open(fname, ios::in | ios::nocreate);
if (!(fstr.is_open())) {
cout << "rdstate():" << fstr.r
--- Comment #1 from pcarlini at suse dot de 2005-10-06 12:27 ---
Hi. Certaintly, we cannot hope to debug further the issue without a proper,
self-contained, piece of code useful to reproduce the problem: this is a
strict requirement for any PR, in particular for very hard to reproduce
is