inets/http bug in R10B-4

Michael McDaniel erlang@REDACTED
Fri Apr 1 08:07:51 CEST 2005


On Thu, Mar 31, 2005 at 05:58:04PM -0600, Anders Nygren wrote:
> Hi
> I am getting a crash in http with R10B-4, I never had this problem with R10B-2
> SuSE Linux 9.2
> 
> Linux godot 2.6.8-24.13-default #1 Fri Mar 18 10:19:42 UTC 2005 i686
> i686 i386 GNU/Linux
> 
> Erlang (BEAM) emulator version 5.4.5 [source] [hipe]
> 
> (smsgw@REDACTED)9> http:request(get,{"http://google.com",[]},[{timeout,1000}],[]).
> {ok,{{"HTTP/1.1",200,"OK"},
>      [{"date","Thu, 31 Mar 2005 23:47:31 GMT"},
> ... more data
> 
> But I also get
> 
> =ERROR REPORT==== 31-Mar-2005::17:47:31 ===
> ** Generic server <0.263.0> terminating
> ** Last message in was {tcp,#Port<0.319>,
>                            
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I get the same thing with that command, though the following works fine...

9> http:request(get,{"http://google.com",[]},[{trace_driver,on}],[]).


I am using R10B-4 on Linux SuSE release 9.1
$ uname -a
Linux fangora 2.6.4-52-default #1 Wed Apr 7 02:08:30 UTC 2004 i686 i686 i386 GNU/Linux

~Michael

<znip>
> 
> /Anders Nygren



More information about the erlang-questions mailing list