search for: 00000f44

Displaying 2 results from an estimated 2 matches for "00000f44".

Did you mean: 00000044
2002 Jan 02
1
multiple definitions in C code
...nker -m elrond.o galadriel.o /usr/bin/ld: warning multiple definitions of symbol _bilbo elrond.o definition of _bilbo in section (__DATA,__common) galadriel.o definition of _bilbo in section (__DATA,__common) [localhost:~/Desktop/rings] deleeuw% nm -pg rings.so 00001018 S _bilbo 00000ecc T _elrond 00000f44 T _galadriel U _printf while [localhost:~/Desktop/rings] deleeuw% gcc -c elrond.c [localhost:~/Desktop/rings] deleeuw% gcc -c galadriel.c [localhost:~/Desktop/rings] deleeuw% gcc -bundle -o rings.so elrond.o galadriel.o [localhost:~/Desktop/rings] deleeuw% nm -pg elrond.o 00000000 T...
2009 Mar 02
12
latest pv_ops dom0 (2.6.29-rc6) crashes / unhandled page fault
Hello. log of the crashing boot process: http://pasik.reaktio.net/xen/pv_ops-dom0-debug/pv_ops-dom0-bootlog-14-xen331-linux-2.6.29-rc6-crash.txt 2.6.29-rc5 based pv_ops dom0 works on the same computer.. with the same Xen version. I tried with and without pci=nomsi. adding ''noapic'' doesn''t seem to help (I need that with 2.6.29-rc5 to make it work). Any ideas