From: <no...@so...> - 2002-01-25 12:15:05
|
Bugs item #508414, was opened at 2002-01-25 04:15 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107869&aid=508414&group_id=7869 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: segfault when calling Result::size() Initial Comment: Doing this (however wrong it might be): Result res; cout << res.size()<<endl; causes a segfault. i.e. calling size() on res for any reason before you've got a result in there. Would be nice if it rather returned 0 or threw an exception than segfaulted. --- Bert van Leeuwen ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=107869&aid=508414&group_id=7869 |