inconsistency exception with Grr on Linux/MIPS

2010-05-02 Thread Riccardo Mottola
Hi, I am a bit clueless, I get an exception when starting Grr on Linux/MIPS (the small Letux 400). Grr works for me however on other platforms like x86 and SPARC. Also, Grr used to work on the Letux too, I still have the saved articles I read in the past. Something in the recent (2-3 weeks a

Re: inconsistency exception with Grr on Linux/MIPS

2010-05-02 Thread Riccardo Mottola
Hi, Hi, I am a bit clueless, I get an exception when starting Grr on Linux/MIPS (the small Letux 400). Grr works for me however on other platforms like x86 and SPARC. Also, Grr used to work on the Letux too, I still have the saved articles I read in the past. Something in the recent (2-3 we

Re: inconsistency exception with Grr on Linux/MIPS

2010-05-02 Thread Fred Kiefer
Am 02.05.2010 14:44, schrieb Riccardo Mottola: >> I am a bit clueless, I get an exception when starting Grr on >> Linux/MIPS (the small Letux 400). >> Grr works for me however on other platforms like x86 and SPARC. >> Also, Grr used to work on the Letux too, I still have the saved >> articles I rea

Re: inconsistency exception with Grr on Linux/MIPS

2010-05-02 Thread Riccardo Mottola
Hi, I tried to look at the code to understand where the assertion comes from, but failed to understand where the Article objects actually get created. It really would help, if you could send a back trace. Most likely the whole problem comes from a corrupt file. Have you tried moving all your sto

Re: inconsistency exception with Grr on Linux/MIPS

2010-05-02 Thread Riccardo Mottola
Hi I tried to look at the code to understand where the assertion comes from, but failed to understand where the Article objects actually get created. It really would help, if you could send a back trace. Most likely the whole problem comes from a corrupt file. Have you tried moving all your stor

Re: inconsistency exception with Grr on Linux/MIPS

2010-05-02 Thread Fred Kiefer
Am 02.05.2010 23:46, schrieb Riccardo Mottola: > Hi, >> I tried to look at the code to understand where the assertion comes >> from, but failed to understand where the Article objects actually get >> created. It really would help, if you could send a back trace. >> >> Most likely the whole problem

Re: inconsistency exception with Grr on Linux/MIPS

2010-05-02 Thread Fred Kiefer
Without a line number in the [NSWindow dealloc] it is hard to tell what is going on. It could be everything. Could you do an "up" in gdb and report back what where the error is happening? I would guess that it is the delegate, somehow it is always the delegates that are causing trouble. Most likel