<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I don't know the fix to your problem. "Segmentation error" has to
be a key phrase there.<br>
<br>
But a common reason for systems that work fine to "suddenly break"
is that some process that has been quietly filling up some space in
the background finally ran out of space. A popular thing to run out
of is auto-backup space, or a backup log.<br>
<br>
"Out of space" errors can be messy and often present as some
entirely different problem. <br>
<br>
We had a problem on one system running out of space that still
showed 20% empty that had us scratching our heads for a while.
Turns out that our use was fragmenting the empty space into ever
smaller pieces, and while we still had space, it was all fragmented
into such small pieces that no piece was large enough to fit the new
extent size some program needed. Solution to that: defragment
the disk. (Not a bad idea in general.)<br>
<br>
Not a bad idea to defragment tables too, in general, if they have a
lot of changes. I've read that MySQL doesn't need to do that. I
remain skeptical. :)<br>
<br>
One system we had was working fine and suddenly hung. I checked and
there were 32,767 people in the database. Some variable had been
set to 8 bit and it had run out of room in the FIELD to add one
more.<br>
<br>
Clean, groom, throw out the trash, defragment ... all good
housekeeping ideas in general. <br>
<br>
Wade<br>
<br>
<br>
On 2/24/12 11:56 PM, Clive Gould wrote:
<blockquote
cite="mid:CAFGJoA5Ya3jECQy3Nktvv_OCLwQErO10fmTjcFNP_73RNn5weA@mail.gmail.com"
type="cite">
<pre wrap="">Hi
We are using OpenSim 0.7.2 with Mono 2.6.7 and MySQL 5.5.12
The simulator has been running fine for some time.
It has now started crashing on shutdown. The errors are shown in the
attached screen shot
I am wondering if could be problem with the mono version, but why
should it suddenly go wrong after running fine for ages?
Can anyone suggest a fix please as this is part of a European project?
Thanks very much
Clive
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Opensim-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a>
</pre>
</blockquote>
<br>
</body>
</html>