$ make test
../config/Make.common.rules:111: Found slice2py in both ICE_HOME/bin and ./../cpp/bin, ICE_HOME/bin/slice2py will be used!
*** running tests 1/19 in /home/philip/Ice-3.3.0/py/test/Slice/keyword
*** configuration: Default
*** test started: 09/08/08 15:04:46
starting client... ok
('test in /home/philip/Ice-3.3.0/py/test/Slice/keyword failed with exit status', 256)
$ gdb /usr/bin/python /home/philip/Ice-3.3.0/py/test/Slice/keyword/core.*
......
#0 0x4048469f in IceUtil::SimpleShared::__decRef() (this=0xa3be4)
at Shared.h:70
70 assert(_ref > 0);
(gdb) bt
#0 0x4048469f in IceUtil::SimpleShared::__decRef() (this=0xa3be4)
at Shared.h:70
#1 0x409855b9 in ~Handle (this=0xbffee910) at Handle.h:186
#2 0x4098cf06 in Contained (this=0x813b3e4, __vtt_parm=0x40a7d238,
container=@0xbffeea70, name=@0x819848c) at Parser.cpp:472
#3 0x4099de60 in Module (this=0x813b3a8, container=@0xbffeea70,
name=@0x819848c) at Parser.cpp:2273
#4 0x4098e1bc in Slice::Container::createModule(std::string const&) (
this=0x819f29c, name=@0x819848c) at Parser.cpp:531
#5 0x4097763f in slice_parse() () at Grammar.y:233
#6 0x409b46f8 in Slice::Unit:arse(std::string const&, _IO_FILE*, bool, Slice::FeatureProfile) (this=0x819f1d0, filename=@0xbfffdfe0, file=0x815e4a0,
debug=false, profile=Ice) at Parser.cpp:5504
#7 0x4048388f in IcePy_loadSlice (args=0x4017ed2c) at Slice.cpp:148
#8 0x080ed814 in PyCFunction_Call (func=0x40194d0c, arg=0x4017ed2c,
kw=0xbffee910) at Objects/methodobject.c:108
#9 0x080a4f1b in call_function (pp_stack=0xbfffe22c, oparg=670692)
at Python/ceval.c:3445
#10 0x080a33e0 in eval_frame (f=0x815c134) at Python/ceval.c:2122
#11 0x080a3f26 in PyEval_EvalCodeEx (co=0x4017f1e0, globals=0xa3be4,
locals=0x4013379c, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0,
defcount=0, closure=0x0) at Python/ceval.c:2669
#12 0x080a64b2 in PyEval_EvalCode (co=0x4017f1e0, globals=0x4013379c,
locals=0x4013379c) at Python/ceval.c:537
#13 0x080cbb01 in run_node (n=0x4011c338, filename=0xbffff9b2 "Client.py",
globals=0x4013379c, locals=0x4013379c, flags=0xbfffe388)
at Python/pythonrun.c:1267
#14 0x080cb365 in PyRun_SimpleFileExFlags (fp=0x8129d08,
filename=0xbffff9b2 "Client.py", closeit=1, flags=0xbfffe388)
at Python/pythonrun.c:862
#15 0x08054d32 in Py_Main (argc=0, argv=0xbfffe404) at Modules/main.c:415
#16 0x080548ab in main (argc=3, argv=0xbfffe404) at Modules/python.c:23
#17 0x42015704 in __libc_start_main () from /lib/tls/libc.so.6
Current language: auto; currently c++

arse(std::string const&, _IO_FILE*, bool, Slice::FeatureProfile) (this=0x819f1d0, filename=@0xbfffdfe0, file=0x815e4a0,
Reply With Quote