Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'a bunch of warnings' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
a bunch of warnings
Authored by: beastie on Dec 27, '01 07:14:20PM

I just tried to launch TextEdit as well via gdb and got a bunch of warnings like:

unable to open symbol file: CFMPriv_CoreFoundation: No such file or directory.
warning: Unable to read symbols from "CFMPriv_CoreFoundation"; reading from memory.

unable to open symbol file: CFMPriv_HTMLRendering: No such file or directory.
warning: Unable to read symbols from "CFMPriv_HTMLRendering"; reading from memory.


anyone else got the same? what could be the cause for this?



[ Reply to This | # ]
Worked fine here...
Authored by: robg on Dec 27, '01 08:15:41PM

"gdb /Applications/TextEdit.app/Contents/MacOS/TextEdit" followed by 'r' worked just as expected.

Wish I could tell you why yours isn't working.

-rob.



[ Reply to This | # ]
Re:Worked fine here...
Authored by: beastie on Dec 28, '01 03:48:51AM

No dewd, you didnt understand, mine is working too.. but before it launched it gave me thaaaaat lots of warnings... TextEdit has opened after that as expected, but my terminal was flooded with those warnings... So i'm just worried if it's normal and if not, what can i do about it..?

Thanx!



[ Reply to This | # ]
Whoops
Authored by: robg on Dec 28, '01 09:58:01AM

Sorry for the misunderstanding. I just repeated the experiment, and there were no warnings. Instead, I see that it "read symbols for shared libraries" twice and "done" after each one.

Hopefully someone with more knowledge of either gdb or the core OS can tell us what's going on with your machine.

-rob.



[ Reply to This | # ]