PiRSquared17 / dswiki

Automatically exported from code.google.com/p/dswiki
0 stars 0 forks source link

Indexing of Norwegian wiki dump crashes the indexer (1.0.3) #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Downloaded the Norwegian articles-only dump (20090108), unpacked it.
2. Downloaded the indexer (1.0.3)
3. Tried to run the indexer on the nowiki XML file.

The DOS window gets as far as:

Indexing: Processing index number 0
reading articles titles
lowering and indexing articles titles
sorting index
checking index:

Then crashes with: The instruction in "0x0041bf26" referred to the address
"0x0000000". The memory could not be read
(The error message is in Norwegian so it's roughly translated.)

I'm using Windows XP SP3 Professional.

The linux version got to:

Indexing: Processing index number 0
reading articles titles
lowering and indexing articles titles
sorting index
Segmentation fault

Haven't tried with another dump though, I guess the dump is probably the
problem..?

Original issue reported on code.google.com by johan...@gmail.com on 24 Feb 2009 at 11:50

GoogleCodeExporter commented 9 years ago
Thanks for your bug report.
Do not unpack the XML-file, just run the indexer on the bzip2-compressed file, 
e.g.
indexer.exe nowiki-20090108-pages-articles.xml.bz2

So, marking this as invalid.

Original comment by gronau.o...@gmail.com on 24 Feb 2009 at 1:52

GoogleCodeExporter commented 9 years ago
Ahah... thanks for the quick reply.

Now that I think about it, I should've guessed as far since the linux version 
asked
for the libbz2 library...

It's indexing now, I'll give it a try on the DS soon. :)

Original comment by johan...@gmail.com on 24 Feb 2009 at 2:04