Bug in get-url

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Bug in get-url

Post by newdep »

Hi Lutz,

using 8.7.4 'get-url generates "segementation faults".. I cant figure out when
it happens but it does.. all the options below do genererate a seg-fault once in a while ->

(get-url "http://www.alh.net/newlisp/phpbb/rss.php")
(get-url "http://www.alh.net/newlisp/phpbb/rss.php" "list" 30000)
(get-url "http://www.alh.net/newlisp/phpbb/rss.php" 10000)

I think it has something to do with the session timeout but a timeout inside
the 'get-url does not prevent any seg-faults..

It happens more often when the 'get-url is executed directly from within
the newlisp console -->

> (get-url "http://www.alh.net/newlisp/phpbb/rss.php")
..
..
..
<br />
Nigel
</span><br />
</description>
</item>
</channel>
</rss>

ñ[/text]
> (get-url "http://www.alh.net/newlisp/phpbb/rss.php")
Segmentation fault


Regards, Norman.
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Is this on Slackware or Debian?

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Hi Lutz,

Slackware 10.0..

Norman.
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Can you check 8.7.1, 8.7.2 and 8.7.3 for this on Slackware?

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

i have no problems with
8.7.3
8.7.2
8.7.1

It was intruduced in 8.7.4... ;-)
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Thanks, that helps me a lot.

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

The way it happens is unclear to me and it happens randomly, I cant find any
relation with websites im grabbing...
-- (define? (Cornflakes))

Locked