Letractively / springweblobby

Automatically exported from code.google.com/p/springweblobby
0 stars 0 forks source link

Browser hangs and crashes on map download on OpenJDK #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) Start ubuntu 12.10 on 3.5.0-21-generic #32-Ubuntu SMP Tue Dec 11 18:51:59 
UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
2) Start firefox 19.02 on said ubuntu
3) Start weblobby on said firefox
4) Login, join a battle such that you already have engine and game, but not map 
for.
5) Map download starts. Progressbar fills up to 100%.
6) ???
7) hang, crash, die

(i'll spam my reports here rather than lobby channel because more proper)

Original issue reported on code.google.com by testo...@gmail.com on 19 Apr 2013 at 12:35

GoogleCodeExporter commented 8 years ago
upd:

$java -version
java version "1.7.0_15"
OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.10.1)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)

Original comment by testo...@gmail.com on 19 Apr 2013 at 12:36

GoogleCodeExporter commented 8 years ago
logs for the crash

Original comment by testo...@gmail.com on 19 Apr 2013 at 5:00

Attachments:

GoogleCodeExporter commented 8 years ago
Couldn't test fix: lobby decided to download engine, which hung both firefox 
and chrome.

Will try later with all those logging things.

Original comment by testo...@gmail.com on 22 Apr 2013 at 9:13

GoogleCodeExporter commented 8 years ago
Works since r281 for me and Anarchid, so I'm calling this closed.
=================================
For future reference: getting the backtrace of a frozen applet process is easy
1. run the browser with ICEDTEAPLUGIN_DEBUG=true env var (if OpenJDK)
2. make it hang
3. jdb -attach 8787
   > suspend
   > where all
4. you have a backtrace

Original comment by danila.b...@gmail.com on 23 Apr 2013 at 9:51