[Orp-bugs] [ orp-Bugs-440596 ] Assert problems when running Jigsaw
Status: Beta
Brought to you by:
cierniak
From: <no...@so...> - 2001-09-14 05:44:56
|
Bugs item #440596, was opened at 2001-07-12 00:34 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=440596&group_id=25513 Category: O3 jit Group: None >Status: Pending Resolution: None Priority: 5 Submitted By: Wu Gansha (wugansha) Assigned to: Shi Xiaohua (xshi2) Summary: Assert problems when running Jigsaw Initial Comment: There're two places always repeatable: 1. In ia32_o3_jit/flow_graph_dom.cpp, void Flow_Graph::build_dom_tree(){ ... assert(v != -1); //RC-2 Line No.780 ... } 2. In ia32_o3_jit/ir.h: class Operand { ... unsigned bv_position() { assert(bvp != (unsigned)-1); return bvp; } //RC-2 Line No.107 ... } Only if I comment out these two assertions could Jigsaw run, but I don't know the side-effect. There's a place occurring occasionally: 3. In gc/generation.cpp: bool Generation::is_address_in_my_generation(void *p_addr){ ... assert(0); ... } I noticed that this function only valid when GC_DEBUG > 0. ---------------------------------------------------------------------- >Comment By: Shi Xiaohua (xshi2) Date: 2001-09-13 22:44 Message: Logged In: YES user_id=190089 It's hard to be reproduced now. I have to pend it. ---------------------------------------------------------------------- Comment By: Shi Xiaohua (xshi2) Date: 2001-08-30 19:40 Message: Logged In: YES user_id=190089 Gansha, I need your help to reproduce the bug on my desktop. thanks. ---------------------------------------------------------------------- Comment By: Shi Xiaohua (xshi2) Date: 2001-07-13 01:14 Message: Logged In: YES user_id=190089 I saw the bug. ---------------------------------------------------------------------- Comment By: Shi Xiaohua (xshi2) Date: 2001-07-13 01:03 Message: Logged In: YES user_id=190089 Gansha, Turn off these two asserts is dangerous! I'll help you to check the O3 codes when I have time. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=384545&aid=440596&group_id=25513 |