On Thu, Apr 16, 2009 at 11:34 AM, rrwinterton <[email protected]> wrote: > I have build and ran the latest (10 Apr 09) source on Ubuntu. I then > tried to build and run it on Fedora 10. I was successful in building > it but when I ran the binary the browser came up but the chromium > splash did not show up and I was unable to browse to different sites. > I believe it is a rendering problem due to incorrect links. Does > anyone have any suggestions on how to get a correct build with the > correct libraries on Fedora?
We have a working build on Fedora. Tony might be able to give you more details. It sounds like the renderer is crashing. If you build a debug version you can run: chrome --renderer-cmd-prefix="xterm -e gdb --args" to start the renderer in GDB and catch the crash. AGL --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
