Playframework 1.1.1 CRUD + Security modules enabled crushes java when running and trying to load first page (index)

Bug #732707 reported by Itsu Tamam
24
This bug affects 5 people
Affects Status Importance Assigned to Milestone
openjdk-6 (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Listening for transport dt_socket at address: 8000
18:41:26,101 INFO ~ Starting /home/itsu/dev/projects/cpv_play
18:41:26,105 INFO ~ Module secure is available (/usr/share/play-1.1.1/modules/secure)
18:41:26,105 INFO ~ Module db is available (/usr/share/play-1.1.1/modules/db-1.1.1)
18:41:26,106 INFO ~ Module crud is available (/usr/share/play-1.1.1/modules/crud)
18:41:26,265 WARN ~ You're running Play! in DEV mode
18:41:26,368 INFO ~ Listening for HTTP on port 9000 (Waiting a first request to start) ...
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f774c589e90, pid=3792, tid=140150248462080
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.9.7
# Distribution: Ubuntu 10.10, package 6b20-1.9.7-0ubuntu1
# Problematic frame:
# V [libjvm.so+0x54ae90]
#

Revision history for this message
Itsu Tamam (itsu-tamam) wrote :
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in openjdk-6 (Ubuntu):
status: New → Confirmed
Revision history for this message
Ian Bentley (ian-bentley) wrote :

Identical error occuring over here.

# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fdabd4b23f8, pid=2884, tid=140577333704448
#
# JRE version: 6.0_22-b22
# Java VM: OpenJDK 64-Bit Server VM (20.0-b11 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.10.2
# Distribution: Ubuntu 11.04, package 6b22-1.10.2-0ubuntu1~11.04.1
# Problematic frame:
# V [libjvm.so+0x5ec3f8][thread 140577313941248 also had an error]
  PhaseIdealLoop::build_loop_late_post(Node*)+0x158
#

Occurs with Playframework 1.2.3 running crud module alone.

Revision history for this message
Whitney Zoller (whitneyrzoller) wrote :

yes:

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f42e5e9d600, pid=6079, tid=139925188372224
#
# JRE version: 6.0_20-b20
# Java VM: OpenJDK 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea6 1.9.9
# Distribution: Ubuntu 10.04.1 LTS, package 6b20-1.9.9-0ubuntu1~10.04.2
# Problematic frame:
# V [libjvm.so+0x54b600]
#
# An error report file with more information is saved as:
# /home/whitney/svn/renttr_rtr-service-suite/reservations2/hs_err_pid6079.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
# https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
#

Revision history for this message
Chris Webb (tazmaniax) wrote :

Also happening with Play Framework v1.2.4

2011-12-29T19:27:45+00:00 app[web.1]: #
2011-12-29T19:27:45+00:00 app[web.1]: # A fatal error has been detected by the Java Runtime Environment:
2011-12-29T19:27:45+00:00 app[web.1]: #
2011-12-29T19:27:45+00:00 app[web.1]: # SIGSEGV (0xb) at pc=0x00007f7bdd298600, pid=4, tid=140169854809856
2011-12-29T19:27:45+00:00 app[web.1]: # Derivative: IcedTea6 1.9.9
2011-12-29T19:27:45+00:00 app[web.1]: # Distribution: Ubuntu 10.04.1 LTS, package 6b20-1.9.9-0ubuntu1~10.04.2
2011-12-29T19:27:45+00:00 app[web.1]: # JRE version: 6.0_20-b20
2011-12-29T19:27:45+00:00 app[web.1]: # Java VM: OpenJDK 64-Bit Server VM (19.0-b09 mixed mode linux-amd64 compressed oops)
2011-12-29T19:27:45+00:00 app[web.1]: #
2011-12-29T19:27:45+00:00 app[web.1]: # Problematic frame:
2011-12-29T19:27:45+00:00 app[web.1]: # V [libjvm.so+0x54b600]
2011-12-29T19:27:45+00:00 app[web.1]: #
2011-12-29T19:27:45+00:00 app[web.1]: # An error report file with more information is saved as:
2011-12-29T19:27:45+00:00 app[web.1]: # /app/hs_err_pid4.log
2011-12-29T19:27:45+00:00 app[web.1]: #
2011-12-29T19:27:45+00:00 app[web.1]: # instructions how to reproduce the bug and visit:
2011-12-29T19:27:45+00:00 app[web.1]: # https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
2011-12-29T19:27:45+00:00 app[web.1]: # If you would like to submit a bug report, please include
2011-12-29T19:27:45+00:00 app[web.1]: #
2011-12-29T19:27:45+00:00 app[web.1]: ~ _ __ | | __ _ _ _| |
2011-12-29T19:27:45+00:00 app[web.1]: ~ | '_ \| |/ _' | || |_|
2011-12-29T19:27:45+00:00 app[web.1]: ~ | __/|_|\____|\__ (_)
2011-12-29T19:27:45+00:00 app[web.1]: ~ _ _
2011-12-29T19:27:45+00:00 app[web.1]: ~ |_| |__/
2011-12-29T19:27:45+00:00 app[web.1]: ~
2011-12-29T19:27:45+00:00 app[web.1]: ~ play! 1.2.4, http://www.playframework.org

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.