search for: spewag

Displaying 4 results from an estimated 4 matches for "spewag".

Did you mean: spewage
2006 Apr 21
10
"Client closed socket" spewage
Hi all, Ruby 1.8.4 Rails 1.1.2 Mongrel 0.3.12 I''m seeing this output from the Mongrel server: Client closed socket requesting file C:/eclipse/workspace/dslscheduler/public/javascripts/prototype.js: Invalid argument It seems to be harmless, but I''m curious as to what''s causing it. Any ideas? Thanks, Dan
2007 Jun 26
4
empty /var/log/messages
I have one centos 4.0 server which /var/log/messages was always empty (0 bytes). I wonder what has been blocking the syslog to write the log. Other (syslog) log files are fine, only messages. /etc/syslog.conf: # Log anything (except mail) of level info or higher. # Don't log private authentication messages! *.info;mail.none;authpriv.none;cron.none;spampd.none -/var/log/messages .thanks
2013 Oct 08
0
[LLVMdev] [lld] Diagnostics
...if there was debug info in the object file) print out the source and approximate line number where the call to the undefined symbol was made. This turned out to not be useful for two reasons: 1) very often an undefined symbol is used from multiple locations, so you wind up with lots of source/line spewage, 2) usually the reason for an undefined symbol is that you forgot to link with some library. Showing the user the source file that called some undefined function does not help. Showing the header that declared the function would be more helpful (since their is a better association between librar...
2013 Oct 08
2
[LLVMdev] [lld] Diagnostics
On Mon, Oct 7, 2013 at 4:02 PM, Nick Kledzik <kledzik at apple.com> wrote: > But is has lots that a linker does not need. For instance, the > line/column number does not make sense for a linker. > Really? Gold has errors that mention lines and columns. It gets them by querying the debug information for file, line, and column. There may be examples of this, but I don't think