<div>Hello, I recently tried to build both R14B02 and 03 on my Dell Inspiron Mini (Intel Atom)</div><div>running Ubuntu 8.04. I already had R14B01 running fine. I found that re:split no longer</div><div>worked. I built all the versions from source. Here is an example of 01 output:</div>
<div><br></div><div>Erlang R14B01 (erts-5.8.2) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]</div><div><br></div><div>Eshell V5.8.2  (abort with ^G)</div><div>1> re:split("abc", "b").</div>
<div>[<<"a">>,<<"c">>]</div><div>2> q().</div><div>ok</div><div><br></div><div><br></div><div>And here is what I get on 02 (same as 03 except for the version numbers):</div><div>
<br></div><div>Erlang R14B02 (erts-5.8.3) [source] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false]</div><div><br></div><div>Eshell V5.8.3  (abort with ^G)</div><div>1> re:split("abc", "b").</div>
<div>** exception error: no case clause matching {match,["b"]}</div><div>     in function  re:run/3</div><div>        called as re:run(<<"abc">>,</div><div>                         {re_pattern,0,0,</div>
<div>                                     <<69,82,67,80,49,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,98,0,0,...>>},</div><div>                         [global])</div><div>     in call from re:split/3</div><div>2> </div>
<div><br></div><div>In case the existing build was somehow getting tangled with the new one,</div><div>I tried removing the 01 build completely and rebuilding 02 and got the same</div><div>results.</div><div><br></div><div>
thanks,</div><div>dave</div>