From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 16 Feb 2008 06:27:49 -0800 Subject: [sup-talk] Crash on startup, "wrong id called on nil" In-Reply-To: <20080207172725.GA9157@gurski.org> References: <20080207172725.GA9157@gurski.org> Message-ID: <1203172019-sup-1133@south> Reformatted excerpts from Michael Gurski's message of 2008-02-07: > It's been a while since I launched sup, and updating today from > master, I get a crash on startup: > > --- RuntimeError from thread: load threads for thread-index-mode wrong > id called on nil Hm, this is a bit tricky. It looks like on of the thread invariants I maintain is actually a variant. Although it would be trivial to just guard against this error, it would be better to find out why it's happening. Would you mind applying the following patch (just save it to disk and run "git am" on it from your sup directory), which will emit some debugging output to send-me.txt when you run Sup and this error occurs. Then you can send me that file and maybe I can figure out what's going on. Thanks! -- William -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-add-debugging-code-to-discover-when-Thread-first-ret.patch Type: application/octet-stream Size: 1416 bytes Desc: not available Url : http://rubyforge.org/pipermail/sup-talk/attachments/20080216/39492fd5/attachment.obj