From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7541 invoked by alias); 30 Jan 2008 21:59:19 -0000 Received: (qmail 7390 invoked by uid 48); 30 Jan 2008 21:58:35 -0000 Date: Wed, 30 Jan 2008 21:59:00 -0000 From: "scox at redhat dot com" To: frysk-bugzilla@sourceware.org Message-ID: <20080130215834.5700.scox@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug general/5700] New: classes with static storage members fail to display value and type X-Bugzilla-Reason: AssignedTo Mailing-List: contact frysk-bugzilla-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-bugzilla-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00236.txt.bz2 List-Id: class class_static { static int int_var; static void set_int_var (int int_var) {}; } class_static_v; yields: (fhpd) print class_static_v { Error: frysk.value.CompositeType$StaticMember cannot be cast to frysk.value.CompositeType$DynamicMember (fhpd) print class_static_v -type Internal Error: java.lang.ArrayStoreException at java.lang.System.arraycopy(libgcj.so.8rh) at java.util.ArrayList.toArray(libgcj.so.8rh) at frysk.value.CompositeType.members(fhpd) at frysk.value.GccStructOrClassType.isClassLike(fhpd) at frysk.value.GccStructOrClassType.getPrefix(fhpd) at frysk.value.CompositeType.toPrint(fhpd) ... -- Summary: classes with static storage members fail to display value and type Product: frysk Version: unspecified Status: NEW Severity: normal Priority: P2 Component: general AssignedTo: frysk-bugzilla at sourceware dot org ReportedBy: scox at redhat dot com http://sourceware.org/bugzilla/show_bug.cgi?id=5700 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.