Hi, Arnt Karlsen wrote: > On Sat, 22 May 2010 21:58:33 -0500, Jonathan wrote in message > <[email protected]>:
>> Error message? > > ..nothing, only the no-dns style "timed out" whine Thanks. > ..any dpkg etc path stunt or rebuild ideas that I can > use to put it into roomy /usr/local or /tmp instead? Sure, you can use a symlink to put the symbols elsewhere: # mkdir /usr/local/debugging-symbols # mv -it /usr/local/debugging-symbols/ /usr/lib/debug # ln -st /usr/lib/ /usr/local/debugging-symbols/debug and then download the chromium-browser-dbg package and install it with dpkg as usual. You can see whether this worked without waiting for a crash by running chromium-browser --debug. It mentions where it is reading the symbols from. Regards, Jonathan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

