On Tue, Apr 02, 2013 at 08:46:05AM -0400, Kenneth R Westerback wrote:
> It's weird I know, but I run things from the command line. Trying out
> chrome, I see a few odd messages:
> 
> $ chrome &
> [1] 15807
> $ /usr/local/bin/chrome[17]: ulimit: bad limit: Invalid argument
> /usr/local/chrome/chrome:/usr/lib/libstdc++.so.55.0: 
> /usr/local/lib/libestdc++.so.14.0 : WARNING: 
> symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, relink your 
> program
> [15807:-600466432:0402/082149:ERROR:user_style_sheet_watcher.cc(167)] Failed 
> to setup watch for /home/krw/.config/chromium/Default/User 
> StyleSheets/Custom.css
> /usr/local/chrome/chrome:/usr/lib/libstdc++.so.55.0: 
> /usr/local/lib/libestdc++.so.14.0 : WARNING: 
> symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, relink your 
> program
> [15807:-691757280:0402/082149:ERROR:omnibox_view_gtk.cc(431)] Not implemented 
> reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
> [15807:-691757280:0402/082149:ERROR:CONSOLE(1)] "Uncaught ReferenceError: ntp 
> is not defined", source:  (1)
> [15807:-691757280:0402/082153:ERROR:omnibox_view_gtk.cc(431)] Not implemented 
> reached in virtual void OmniboxViewGtk::ApplyCaretVisibility()
> 
> This is on all -current amd64 box (system and compiled ports) as of last 
> night. I can't find any old libraries hanging around.

The warnings are because the new libestdc++ has extra error messages...
A few weeks ago, I proposed that we add some blank placeholder messages to
the libstdc++ in source. That would get rid of that specific problem.

Reply via email to