diff options
author | Stavros Aronis <[email protected]> | 2011-03-21 18:32:11 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-05-04 15:06:17 +0200 |
commit | afd9dd57e0460957bfe67df22b93857f25eb886c (patch) | |
tree | 5ba38777721db182cae731f83cd6ae8bad9277f5 /lib/dialyzer/test/race_SUITE_data/results | |
parent | 5e76fd508af2799fbefe062fd8bb106ae316cf5d (diff) | |
download | otp-afd9dd57e0460957bfe67df22b93857f25eb886c.tar.gz otp-afd9dd57e0460957bfe67df22b93857f25eb886c.tar.bz2 otp-afd9dd57e0460957bfe67df22b93857f25eb886c.zip |
Add race/ets_insert_public
Diffstat (limited to 'lib/dialyzer/test/race_SUITE_data/results')
-rw-r--r-- | lib/dialyzer/test/race_SUITE_data/results/ets_insert_public | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dialyzer/test/race_SUITE_data/results/ets_insert_public b/lib/dialyzer/test/race_SUITE_data/results/ets_insert_public new file mode 100644 index 0000000000..d091ce3b50 --- /dev/null +++ b/lib/dialyzer/test/race_SUITE_data/results/ets_insert_public @@ -0,0 +1,2 @@ + +ets_insert_public.erl:14: The call ets:insert(Foo::atom(),{'counter',number()}) might have an unintended effect due to a possible race condition caused by its combination with the ets:lookup(Foo::atom(),'counter') call in ets_insert_public.erl on line 12 |