Displaying 2 results from an estimated 2 matches for "first_object".
2006 Aug 15
0
Mocha - dynamic method calling
...can try
> to cook up a test case for this if you need one, but it will take me a
> while. I''m being bull dozed with work right now. (Who isn''t ?)
Hmm. Can you come up with a simple test that fails in this way? I tried this
test and it works fine...
def test_passes
first_object = mock()
second_object = mock()
first_object.expects(:first_method).with(second_object)
first_object.first_method(second_object)
end
> Thanks for the prompt response and for cleaning up my comments. I don''t
> do a lot of posting actually, I''ll have to get fam...
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
...0xc21fc000, 0xc032d43c, 0xc032d418, 0xc0235f94, 0xc21fc000, 0xc02362b9, 0x400000,
0xc032d43c, 0xc21fc000, 0x18, 0x400000, 0x0, 0xc032d444, 0xc02364aa, 0xc21fc000, 0xc032d43c}
hardfault = 0
faultcount = -1
fs = {m = 0xcdc07000, object = 0xcdc0b000, pindex = 3256860672, first_m = 0xc21fc000,
first_object = 0x0, first_pindex = 4688, map = 0xc038ab7c, entry = 0xc038a750,
lookup_still_valid = 24, vp = 0x0}
#18 0xc02d05f6 in trap_pfault (frame=0xc032d49c, usermode=0, eva=3516445284)
at /usr/src/sys/i386/i386/trap.c:856
va = 3516444672
vm = (struct vmspace *) 0x0
map = 0xc038ad2c
rv = 0
ftyp...