Hmm, as an example, look at end of it and try to share a mutable message.

Create a message with an ArrayList and send it to several actors,
then try to modify and iterate over such list and you will probably 
(eventually) get a concurrent modification exception.

That's one example I can think of, maybe too simple for your study but 
anyways, hope somehow it can lead you to what you need/want.

Guido.

On Wednesday, September 7, 2016 at 12:28:19 PM UTC+1, Guido Medina wrote:
>
> Hi Carmen,
>
> The following might not have a specific example but will probably help you 
> seeing in details the design concepts behind Akka combined with the Java 
> Memory Model,
> most of the aspects you have mentioned are avoided but maybe there is a 
> way to reproduce one or two by contradicting the advises in the following:
>
> http://doc.akka.io/docs/akka/2.4.10/general/jmm.html
>
> HTH,
>
> Guido.
>
> On Wednesday, August 31, 2016 at 12:05:11 AM UTC+1, Carmen Torres López 
> wrote:
>>
>> Hello,
>>
>> I'm doing a research about concurrency bugs types that can be observed in 
>> languages based in actor model. I would like to know what kind of bugs can 
>> be observed frequently in Akka? Has anyone experience a behavoir such as 
>> deadlocks, livelock, starvation, race conditions, order violation, etc.? 
>> I will appreciate any pointer of an example code that generate these bugs.
>>
>> Best regards,
>> Carmen
>>
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to