Summary: | Internal debugger error: java.lang.NegativeArraySizeException | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Stan Cox <scox> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 2246 |
Description
Andrew Cagney
2007-02-08 02:01:03 UTC
dwarf_getscopes is returning -1 when the PC is in an inlined function (and the call was assumed to succeed). 1. An issue was filed about dwarf_getscopes and inlined functions. 2. * hpd-c.c (func_1,func_2): Don't inline. 3. * TestFhd.java (testHpd): Enable. Skip optimized out values. |