collab-uniba / econference-planning-poker-plugin

Automatically exported from code.google.com/p/econference-planning-poker-plugin
0 stars 0 forks source link

Product freezes when invited participants join #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Organize a PP sessione, no matter what backend you use, skype or xmpp
2. Enter as the moderator
3. Join the PP loading the file

What is the expected output? What do you see instead?
The product freezes, it must be killed

This seems to happen from time to time. No ideas what it may depend on.
It seems to happen more frequently when you run the exported product, rather 
than launching it from the ide.

Original issue reported on code.google.com by calefato.uniba@gmail.com on 18 Oct 2010 at 1:43

GoogleCodeExporter commented 9 years ago
We suspect it's threads synchronization problem thing.
Let's go back to study AspectJ and check the crosscutting concerns used in PP 
code.

Original comment by calefato.uniba@gmail.com on 19 Oct 2010 at 2:53

GoogleCodeExporter commented 9 years ago
A useful resource to understand why Scalas decided to use AoP for thread safety 
in SWT.
I recommend you read this before the book on AspectJ.
http://java-gui.info/Wiley-Professional.Java.Interfaces.with.SWT.JFace/12093/BBL
0022.html

Original comment by calefato.uniba@gmail.com on 21 Oct 2010 at 9:48

GoogleCodeExporter commented 9 years ago

Original comment by papa...@gmail.com on 21 Oct 2010 at 5:21

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed, needs a quality test to close the issue

Original comment by calefato.uniba@gmail.com on 23 Oct 2010 at 6:37