Faylixe / jammy

Jammy is a set of eclipse plugin for managing Google Code Jam development.
7 stars 1 forks source link

Browser issues in linux #26

Open Faylixe opened 8 years ago

Faylixe commented 8 years ago

If you run Eclipse under linux, you may have some trouble for using any web browser based components. If Eclipse freeze or crash after login to the codejam plateform, please try following :

-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-2.0/

See https://www.eclipse.org/swt/faq.php#howusemozilla for more information.

veltzerdoron commented 8 years ago

I have a stack trace of a bug that crashes eclipse once I finish logging in

674 org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(JZ)Z (0 bytes) @ 0x00007f267d253144 [0x00007f267d253100+0x44] J 7452 C2 org.eclipse.swt.widgets.Display.readAndDispatch()Z (71 bytes) @ 0x00007f267e36e6cc [0x00007f267e36e4a0+0x22c] j org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23 j org.eclipse.jface.window.Window.open()I+49 j fr.faylixe.jammy.core.Jammy.login()Z+46 j fr.faylixe.jammy.core.command.LoginCommand.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/O

couldn't find a fix in the issues.

Also, are you sure you need to be so restrictive with the versions you depend on, I have to install a different eclipse to comply, and what versions are you using (mine are latest eclipse-luna 64bit linux for java and jave 1.8.0.77)

veltzerdoron commented 8 years ago

I tried all the fixes here including changing the eclipse.ini file to use xulrunner and set default browser to none as mention here (still caused the same crash) or to mozzila (which caused the contest choice message not to be displayed and the login popup not to open) also set default browser as mentioned here

Now, I don't know how to tell if the browser popup in the cases that it does open is mozilla, but in any case when it does open and I login the crash is the same, with the same core dump.

Faylixe commented 8 years ago

Browser issues with Linux / Eclipse are a real pain in the ***. The login dialog (as the problem view) use the default browser (the one set in preferences). I think I will open a ticket to eclipse.org because I have no workaround for this unfortunatly.

Le vendredi 15 avril 2016, vetlzerdoron notifications@github.com a écrit :

I tried all the fixes here including changing the eclipse.ini file to use xulrunner and set default browser to none as mention here https://www.eclipse.org/forums/index.php/t/367688/ (still caused the same crash) or to mozzila (which caused the contest choice message not to be displayed and the login popup not to open) also set default browser as mentioned here http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-42.htm

Now, I don't know how to tell if the browser popup in the cases that it does open is mozilla, but in any case when it does open and I login the crash is the same, with the same core dump.

— You are receiving this because you were assigned. Reply to this email directly or view it on GitHub https://github.com/Faylixe/jammy/issues/26#issuecomment-210242777


Félix Voituret Research and development engineer iSmart, SmartLab, Kware www.ismart.fr http://www.ismart.fr Phone : +33 6 48 95 75 46, Fax : +33 4 42 24 45 78

veltzerdoron commented 8 years ago

:+1:

peut-être vous devriez ouvrir une session comme l'outil de python utilisé au lieu de lancer le navigateur? Je vais utiliser l'outil Java à la place cette année, mais je vais continuer à regarder, jusqu'à la prochaine fois Merci pour vos vaillants efforts dans tous les cas.