MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

ANOTHER bug!!!



Jan 20 00:43:35: *** PANIC: decreasing ref count of 0x0
Jan 20 00:43:35: #5:preix_name, line 26:  server panic
Jan 20 00:43:35: ... called from #5:sort_object_list, line 21
Jan 20 00:43:35: ... called from #50:i inventory (this == #401), line 9
Jan 20 00:43:35: (End of traceback)
Jan 20 00:43:35: PANIC-DUMPING on M.db.new.PANIC ...
Jan 20 00:43:35: *** PANIC: Caught signal 11
Jan 20 00:43:35: *** RECURSIVE PANIC: aborting

#5:prefix_name

23:    fw = "";
24:    rn = what.name;
25:    while (fw[($) - 2..$] == "ing" || !fw)
26:      fw = fw + (fw == "" ? "" | " ") + this:explode(rn)[1];
27:      rn = n[length(fw) + 1..$];
28:    endwhile
29:    plural = fw[$] == "y" ? n[1..($) - 1] + "ies" | fw + (fw[$] == "s" ? "es" | "s") + rn;
30:    return this:english_number(type) + " " + plural;


I've also noticed that EVERY panic dump fails... it panics, then it gets 
a signal and panics again, aborting.

- Kipp




Home | Subject Index | Thread Index