Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 38325 invoked from network); 19 Jun 2007 15:04:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2007 15:04:47 -0000 Received: (qmail 29767 invoked by uid 500); 19 Jun 2007 15:04:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 29745 invoked by uid 500); 19 Jun 2007 15:04:50 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 29736 invoked by uid 99); 19 Jun 2007 15:04:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 08:04:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 08:04:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 652587141FF for ; Tue, 19 Jun 2007 08:04:26 -0700 (PDT) Message-ID: <22234409.1182265466410.JavaMail.jira@brutus> Date: Tue, 19 Jun 2007 08:04:26 -0700 (PDT) From: "Ivaschenko, Aleksei V (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4068) [classlib][luni] Jetty scenario fails on DRLVM with access violation exception In-Reply-To: <10371122.1181126666288.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4068?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivaschenko, Aleksei V updated HARMONY-4068: ------------------------------------------- Attachment: luni.patch.2 > [classlib][luni] Jetty scenario fails on DRLVM with access violation exception > ------------------------------------------------------------------------------ > > Key: HARMONY-4068 > URL: https://issues.apache.org/jira/browse/HARMONY-4068 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Windows XP, ia32 > Reporter: Ivaschenko, Aleksei V > Assignee: Tim Ellison > Attachments: luni.patch, luni.patch.2 > > > Hello, > the Jetty scenario intermittently fails (chance to fail is up to 70%) on DRLVM with access violation exception in VM which runs the Jetty server. Exception is thrown from gc_gen module (gc_for_class.h file, line 198): > gc_gen.dll!vtable_get_gcvt_raw(Partial_Reveal_VTable * vt=0x00021b08) Line 198 > gc_gen.dll!obj_get_gcvt_raw(Partial_Reveal_Object * obj=0x20d87cc1) Line 213 > gc_gen.dll!object_is_array(Partial_Reveal_Object * obj=0x20d87cc1) Line 243 > gc_gen.dll!vm_object_size(Partial_Reveal_Object * obj=0x20d87cc1) Line 279 > gc_gen.dll!obj_end(Partial_Reveal_Object * obj=0x20d87cc1) Line 122 > gc_gen.dll!next_marked_obj_in_block(Partial_Reveal_Object * cur_obj=0x20d87cc1, Partial_Reveal_Object * block_end=0x20d87ff... > gc_gen.dll!block_get_next_marked_object(Block_Header * block=0x20d80000, void * * start_pos=0x0213fee0) Line 203 > gc_gen.dll!mspace_move_objects(Collector * collector=0x01d36448, Mspace * mspace=0x01c12f20) Line 102 > gc_gen.dll!move_compact_mspace(Collector * collector=0x01d36448) Line 199 > gc_gen.dll!collector_thread_func(void * arg=0x01d36448) Line 181 > hythr.dll!thread_start_proc(void * arg=0x00426a90) Line 711 > hythr.dll!_threadstartex(void * ptd=0x00426728) Line 241 > kernel32.dll!7c80b683() > The scenario for reproducing could be taken from SVN: > /harmony/enhanced/buildtest/branches/2.0/adaptors/JettyScenario > Thanks. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.