Displaying 8 results from an estimated 8 matches for "end_of_code".
2001 Aug 02
1
Another ext3 crash on PPC
I've attached the .gz'ed log of another EXT3 crash on my PPC box. This
time it was on IDE and I was doing a tab completion as it died.
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
2001 Jun 04
1
Ooops output
...0 c02adfe0 c2f324e4 dc8b1720 e0877539
Call Trace: [<e0877267>] [<e0877539>] [<e0877ae9>] [<ffff0018>] [<c01056dc>]
Code: 0f 0b 83 c4 0c 90 56 e8 f2 15 00 00 89 c7 b8 00 e0 ff ff 21
>>EIP; c015822a <ext3_prepare_write+5e/1f4> <=====
Trace; e0877267 <END_OF_CODE+1000802f/????>
Trace; e0877539 <END_OF_CODE+10008301/????>
Trace; e0877ae9 <END_OF_CODE+100088b1/????>
Trace; ffff0018 <END_OF_CODE+2f780de0/????>
Trace; c01056dc <kernel_thread+28/38>
Code; c015822a <ext3_prepare_write+5e/1f4>
00000000 <_EIP>:
Code; c015822...
2001 Jul 30
1
ext3-0.9.5-247/2.4.8-pre3/PPC Oops bits
...ne not seen, dumping what data is available
>>NIP; c003bb34 <unmap_underlying_metadata+e4/15c> <=====
Trace; c003bb34 <unmap_underlying_metadata+e4/15c>
Trace; c003beb0 <__block_prepare_write+f4/224>
Trace; c003c6fc <block_prepare_write+34/68>
Trace; d21cf3dc <END_OF_CODE+12000dcc/????>
Trace; c002a52c <generic_file_write+418/618>
Trace; d21cce00 <END_OF_CODE+11ffe7f0/????>
Trace; c0038854 <sys_write+c8/114>
Trace; c0003f5c <ret_from_syscall_1+0/b4>
Trace; 00000000 Before first symbol
Trace; 10002018 Before first symbol
Trace; 100019a8 Bef...
2004 Mar 27
0
Oops with md/ext3 on 2.4.25 on alpha architecture
...link_path_walk+d7c/dc0>
Trace; fffffc00003648f8 <path_walk+18/40>
Trace; fffffc00003634b4 <permission+34/40>
Trace; fffffc000036b5e0 <filldir64+0/1c0>
Trace; fffffc000036b808 <sys_getdents64+68/120>
Trace; fffffc0000310c40 <entSys+a8/c0>
Code; ffffffffffffffe8 <END_OF_CODE+3ffff98e430/????>
0000000000000000 <_PC>:
Code; ffffffffffffffe8 <END_OF_CODE+3ffff98e430/????>
0: 03 04 fc 42 addq t9,at,t2
Code; ffffffffffffffec <END_OF_CODE+3ffff98e434/????>
4: 00 00 fe 2f unop
Code; fffffffffffffff0 <END_OF_CODE+3ffff98e438/??...
2006 Feb 01
4
exclude a column in save!
Hi all,
I have a column that peeks its value from a sequence (postgres) some
times. Other times, I set it to a certain value.
This column has a default value of "nextval(''the_sequence'')"... When I
want that this column peeks the value from the sequence, I do this:
obj = Mymodel.new
obj.some_column1 = blah
obj.some_column2 = blah
obj.some_column3 = blah
obj.save!
but
2003 Jun 09
7
Dual T400P, SMP, performance issues
Hi,
We are trying to validate Asterisk as a media gateway PRI <-> SIP with two
T400P (8 T1s) per box. The first
experience with BOX1 (Compaq, 2.53 GHz, 1 Gb RAM) and just one T400P was
encouraging - on the load
test with 3 T1s worth of calls we had on average 75% idle CPU.
Not so with BOX2 (Dell, single 2.6 GHz Xeon, 1 Gb RAM, 2 T400P) and BOX3
(Dell, dual 2.6 GHz Xeon,
2 Gb RAM, 2 T400P,
2002 Jul 18
0
Fwd: oops with 2.4.18 and preempt patch, on SMP + ext3 machine
...] [kjournald+342/492] [commit_timeout+0/12] [kernel_thread+40/56]
Jul 4 20:53:12 localhost kernel: Code: 0f 0b 83 c4 14 c7 45 08 01 00 00 00 8b bc 24 48 01 00 00 8b
Using defaults from ksymoops -t elf32-i386 -a i386
>>ebx; f7bbf694 <_end+378f9f64/3853a8d0>
>>ecx; ffffff90 <END_OF_CODE+77e630d/????>
>>edx; f75ee000 <_end+373288d0/3853a8d0>
>>esi; f7bbf600 <_end+378f9ed0/3853a8d0>
>>edi; f7bbf600 <_end+378f9ed0/3853a8d0>
>>ebp; c3e0be60 <_end+3b46730/3853a8d0>
>>esp; f75efe74 <_end+3732a744/3853a8d0>
Code; 00000000 B...
2017 Mar 21
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...call wrchr
ret
/*
* Print message. This is invoked with "call", with the message at the
* return address.
* Destroys SI.
*/
print_string:
pop %si
push %bp
push %ax
push %bx
2:
lodsb
call wrchr
cmpb $10, %al /* Newline? */
jne 2b
pop %bx
pop %ax
pop %bp
push %si
ret
end_of_code:
/* Address of pointer to isolinux.bin */
lba_offset = _start+432