Tagged Questions

7
votes
16answers
3k views

How can dereferencing a NULL pointer in C not crash a program?

I need help of a real C guru to analyze a crash in my code. Not for fixing the crash; I can easily fix it, but before doing so I'd like to understand how this crash is even possible, as it seems ...
6
votes
6answers
446 views

What does the C compiler do with bitfields?

I'm working on an embedded project (PowerPC target, Freescale Metrowerks Codewarrior compiler) where the registers are memory-mapped and defined in nice bitfields to make twiddling the individual bit ...
2
votes
1answer
135 views

How can I know what type of debug info in elf object file

I have an elf object file I want to know which type of debugging info it contains. It was compiled with diab compiler (c source) for architecture ppc. I'm pretty sure it was built with debugging ...
1
vote
3answers
103 views

What can cause Program Counter to have an invalid address?

I am getting an exception "Invalid Program Counter Address" in Vxworks + PPC 603. Application is linking to multiple 'C' libraries. Am not able to place, what could cause this problem? Is there a ...
0
votes
2answers
68 views

Clang on Power PC CPU Architecture?

Has anybody run Clang as a C compiler on ppc architecture? I am trying to resurrect an old G4 12 inch Powerbook (867 Mhz G4 CPU) and will install Linux (Debian with a Linux Mint/LXDE front end) on it, ...