| Author |
Message |
< Erlang ~ Random "bad argument" exception driving me nuts |
| bouba |
Posted: Fri Dec 02, 2011 1:11 pm |
|
|
|
Joined: 03 Feb 2010
Posts: 2
|
Hi,
I am playing with some modules of the kernel, and am right now puzzled at the behaviour of one of my modules.
Here is a simplified version of the module (which now does nothing useful except raising the exception):
Code:
-module (toto).
-export([run/1, run/2]).
run(FileName) ->
run(40, FileName).
run(N, FileName) ->
{ ok, Fd } = file:open(FileName, [ binary, read_ahead ]),
{ ok, _Log } = disk_log:open([{name, my_log_file}, {format,external}, {file, "dump.log"}]),
init_group(N),
read_final(Fd),
join().
join () ->
Fun = fun (Worker) ->
Worker ! { stop, self() },
receive
ok -> ok
end
end,
lists:foreach(Fun, pg2:get_members(decoder_group)).
init_group (N) ->
pg2:create(decoder_group),
Fun = fun(_X) ->
spawn(fun init_worker/0)
end,
lists:foreach(Fun, lists:seq(1,N)).
init_worker () ->
pg2:join(decoder_group, self()),
worker_loop().
worker_loop () ->
receive
{ stop, Pid } ->
Pid ! ok;
Data ->
decode_frame(Data),
worker_loop()
end.
read_final (Fd) ->
case file:read(Fd, 1) of
{ ok, <<Data:8>> } ->
pg2:get_closest_pid(decoder_group) ! Data,
read_final(Fd);
eof ->
ok
end.
decode_frame (_Binary) ->
disk_log:balog(my_log_file, ".").
Randomly, when executed from the shell, like this:
Code:
> toto:run("my_file.txt").
It will work or raise the following exception:
Code:
** exception error: bad argument
in function toto:read_final/1
in call from toto:run/2
I just can't seem to see exactly what's going on.....
In case this may be useful, I run this on Mac OS X Lion, using erlang R14B04 (Homebrew version), I exit the Erlang shell and erase the generated dump.log file between each run.
Thank you for any pointers on this matter.
Juan |
|
|
| Back to top |
|
| wuji |
Posted: Fri Aug 24, 2012 8:30 am |
|
|
|
User
Joined: 10 Aug 2012
Posts: 654
|
a small number of cases -- just 11 -- the the cheap authentic air jordans the parents insisted on continuing intensive care while they prayed
divine intervention and a complete cure, even after being told told [h3]cheap real jordans[/h3] told there was no hope for recovery.Overriding Religious BeliefsSuch scenarios
up all sorts of ethical and legal dilemmas for medical medical cheap Ralph Lauren medical caregivers who must try to balance a parent's wishes
what they think is best for their patient. Caplan says says [h4]knockoff designer *beep*[/h4] says in most cases, they ultimately advocate for the patient."You
to take beliefs into account but you can't let any any [h2]cheap replica *beep*[/h2] any parent for any reason hijack what you as a |
|
|
| Back to top |
|
| trapples |
Posted: Fri Aug 24, 2012 8:45 am |
|
|
|
User
Joined: 02 Apr 2012
Posts: 45
|
| hank you for any pointers on this matter. |
_________________ music make our life sounds beautiful

|
|
| Back to top |
|
| dongdongwu |
Posted: Thu Sep 20, 2012 2:13 am |
|
|
|
User
Joined: 19 Sep 2012
Posts: 236
|
His good friend Diane said: "Christian Louboutin Men Shoes was a magician, he make shoes is immediately put his female people with legs and advantage. He understands women wanted to do and can make them into beautiful Cinderella." Madonna often in its concert wearing Christian louboutin high heels , and some famous superstar like Angelina jolie, mariah Carey, beyonce Knowles, the famous Japanese singer YaYouMei Hamasaki helps Christian Louboutin Men Shoes set up its powerful position. The youngest customers will count Tom cruise's daughter sully cruz. Louboutin made for only a pair of handmade Christian Louboutin high heel Shoes! Want to be more fashion? Put on Christian Louboutin Outlet !
Candy colors of the chalaza high-heeled shoes with lolita type allure, set full finely gem blue "neon shoes" is to need to use "sexy" to describe. Each pair are worth careful appreciation of lithe and graceful fairy ludaoli, what kind of most let you move?Christian Louboutin Men Shoes that one brush red is always cannot resist the temptation, Christian Louboutin men outlet continue to use the days of high 8cm above slender heel proclaim the sexy and luxuriant. The bowknot on black pointed high-heeled shoes with sharp rivet concomitant, wild python met enchanting color printing grain, It is that pairs of high-heeled shoes lets Carrie more feminine flavour. Like Christian Louboutin for men her word. |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|