search for: ubell

Displaying 3 results from an estimated 3 matches for "ubell".

Did you mean: bell
2005 Nov 16
1
Generate 32bit programs on x86_64 architecture?
I'm trying to run purify on CentOS on an Intel Pentium 4/630 processor. Purify does not like the 64bit code. Is there some way to compile and run programs so that they are only using the 32 bit model? I tried gcc -m32 but then the system libraries come up missing. Purify engine: Error: Couldn't open the file crt1.o Purify engine: Error: Couldn't open the file crti.o Purify
2005 Nov 30
1
wait() fails
I have a program that forks a child, sleeps for a while and then kills the child and waits for it. On CentOs (4) the wait sometimes fails with a "No child" error. I have not seen this on any other system. This program has been running for years on Solaris, older Redhat distributions, etc. I would say the failure rate is about 1 in 10. I put a breakpoint on the error and forced the
2005 Nov 30
0
gdb segfault under ddd
I am using CentOS 4 GNU gdb Red Hat Linux (6.3.0.0-1.63rh) GNU DDD 3.3.9 (x86_64-redhat-linux-gnu) I bring up ddd on a program compiled -g and type: list function_name gdb seg faults. If I bring up ddd on gdb and then run gdb with the same program an type list function_name everything works just fine.