You mention that you no longer get memory exhaustion when building a PLT
for OTP. Is this correct? When I did
dialyzer -build_otp -r lib/*-0/ebin
I run out of memory on a 4 GB Linux machine.
bengt
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
The client_server and the xrc seem to be not updated example code, so
I don't think it's a defect in OTP itself. Of course, it would be nice
to fix the examples. On the other hand I can't use the R15B dialyzer
on our product, it hangs. Actually it's quite hard to decide if it
hangs or just slow, but with R14B dialyzer finished in 10 minutes on a
particular set of files, but in R15B dialyzer doesn't finish in 3
hours, so I guess it's a hang. Is there a simple way to check if
dialyzer is still alive? It would make finding the minimal example
easier.
| bengt....@ericsson.com
Envoyé par : erlang-quest...@erlang.org 05/01/2012 10:53
|
|
for ( i in lib/*0/ebin ) {
dialyzer -add_to_plt -r $i
}
I have not considered the possibility that this will make me miss some
warnings. Will it?
bengt