Bug with strings?

Linux specific questions.
Post Reply
Z!re

Bug with strings?

Post by Z!re »

[Content removed at author's request]
DrV
Site Admin
Posts: 2116
Joined: May 27, 2005 18:39
Location: Midwestern USA
Contact:

Post by DrV »

What sort of compression is used in that zip? It's unrecognized by WinXP's built-in extractor...
Z!re

Post by Z!re »

[Content removed at author's request]
DrV
Site Admin
Posts: 2116
Joined: May 27, 2005 18:39
Location: Midwestern USA
Contact:

Post by DrV »

Bah, I use WinRar at home. :P Don't want to install lots of stuff on the work computer. (Plus the filesize was the same for the portable compression...)

I'm looking it over now, though I don't have a Linux machine available for testing ATM.

EDIT: which one segfaults?
DrV
Site Admin
Posts: 2116
Joined: May 27, 2005 18:39
Location: Midwestern USA
Contact:

Post by DrV »

Also, if you could compile the offending program with fbc -g and run gdb on it to report which line causes the SIGSEGV, that would be very helpful.
mjs
Site Admin
Posts: 842
Joined: Jun 16, 2005 19:50
Location: Germany

Post by mjs »

And don't forget to execute "bt" inside "gdb" to see the call stack.

Regards,
Mark
Z!re

Post by Z!re »

[Content removed at author's request]
Z!re

Post by Z!re »

[Content removed at author's request]
DrV
Site Admin
Posts: 2116
Joined: May 27, 2005 18:39
Location: Midwestern USA
Contact:

Post by DrV »

If someone with Linux could test it in gdb... :) Whitetiger will be back next week, I think, so maybe you could just wait until then?
Sterling Christensen
Posts: 142
Joined: May 27, 2005 6:13

Post by Sterling Christensen »

I've got Gentoo Linux and GDB.
Z!re wrote:Then I added theese lines:
buffer = space(8192)
sendbuffer=space(8192)

and it SEGF immediately...
Where do I add those to make it SEGF?

Sorry about not responding before, my broadband was down for 2 days - I just noticed this topic.
Z!re

Post by Z!re »

[Content removed at author's request]
Sterling Christensen
Posts: 142
Joined: May 27, 2005 6:13

Post by Sterling Christensen »

Hmmm. No segfaults. Is there anything more I could do to provoke it?
Z!re

Post by Z!re »

[Content removed at author's request]
Post Reply