Opened 14 years ago

Closed 14 years ago

#5275 closed bug (fixed)

ppc: kernel relocation failure - VM translation map?

Reported by: andreasf Owned by: axeld
Priority: blocker Milestone: R1
Component: System/Kernel Version: R1/Development
Keywords: Cc: bonefish, kallisti5
Blocked By: Blocking: #1048
Platform: PowerPC

Description

The ppc kernel no longer loads at hrev35100.

readelf -s objects/haiku/ppc/release/system/kernel/kernel_ppc | grep UND

     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
  3496: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND _ZN19PPCVMTranslationMap1
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
  5385: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND _ZN19PPCVMTranslationMap1

Therefore I assume this is related to hrev35089.

I can't spot the cause though: No typo in the new method signature, and the class PPCVMTranslationMap existed before apparently.

Change History (4)

comment:1 by mmadia, 14 years ago

from #5417 :

reporter: kallisti5

summary: PPC: missing symbol: PPCVMTranslationMap

Tried to boot ppc this morning and noticed missing symbols...

alex@eris:~/develop/haiku/haiku/generated/objects/haiku/ppc/release/system/kernel$ svn info ../../../../../../../
Path: ../../../../../../..
URL: http://svn.haiku-os.org/haiku/haiku/trunk
Repository Root: http://svn.haiku-os.org/haiku
Repository UUID: a95241bf-73f2-0310-859d-f6bbb57e9c96
Revision: 35495
Node Kind: directory
Schedule: normal
Last Changed Author: axeld
Last Changed Rev: 35495
Last Changed Date: 2010-02-16 07:26:28 -0600 (Tue, 16 Feb 2010)

alex@eris:~/develop/haiku/haiku/generated/objects/haiku/ppc/release/system/kernel$ readelf -s kernel_ppc | grep UND
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
  3548: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND _ZN19PPCVMTranslationMap1
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
  5453: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND _ZN19PPCVMTranslationMap1

PPCVMTranslationMap

comment:2 by kallisti5, 14 years ago

I'm taking a crack at this for now.. think I know whats up. Give me a few.

comment:3 by kallisti5, 14 years ago

see changes in #5419, still gives same UND symbols but makes things more aligned to x86.. also stub'ed out some missing methods.

comment:4 by bonefish, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev35516.

Note: See TracTickets for help on using tickets.