On Fri, 28 Jan 2005, Leon Mayne wrote:

184/http://www.sitename.com/whatson/workshops/index.php?order=1

terminate called after throwing an instance of 'std::bad_alloc'
 what():  St9bad_alloc
Abort - core dumped

Does anyone know what's causing this? Compiled using GCC 3.4.1.

The process is running out of available memory. Either it is exhausting what is available or it is requesting a chunk larger than the system can provide. You should probably start by checking that the machine has a reasonable amount of RAM and that there are no per-process limits on how much memory can be allocated.

Jim


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ ht://Dig general mailing list: <htdig-general@lists.sourceforge.net> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to