search for: debug5

Displaying 7 results from an estimated 7 matches for "debug5".

Did you mean: debug
2006 Oct 19
0
Memory leak
...uot;/") cat("debug3\n") acq.dvd[k] <- id.dvd[s$acq] tgt.dvd[k] <- id.dvd[s$tgt] qt <- tm.time >= 5 & tm.time <= 388 tms <- tm.time[qt] cat("debug4\n") y[[k]] <- bid[qt,s$acq] * s$rat + s$cash - ask[qt,s$tgt] cat("debug5\n") detach(2) } cat("done\n") ****************************** Output ******************************** ==11423== Memcheck, a memory error detector. ==11423== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==11423== Using LibVEX rev 1658, a library for dynamic...
2010 Aug 20
0
Problem with db:create
...n''t need configuration. Windows does not have # domain sockets, so uncomment these lines. #host: localhost #port: 5432 # Schema search path. The server defaults to $user,public #schema_search_path: myapp,sharedapp,public # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # log, notice, warning, error, fatal, and panic # The server defaults to notice. #min_messages: warning # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake"....
2006 Mar 31
14
[newbi] Create a Model
...eed configuration. #host: remote-database #port: 5432 # Schema search path. The server defaults to $user,public #schema_search_path: myapp,sharedapp,public # Character set encoding. The server defaults to sql_ascii. #encoding: UTF8 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # info, notice, warning, error, log, fatal, or panic # The server defaults to notice. #min_messages: warning # SQLite version 2.x # gem install sqlite-ruby sqlite_example: adapter: sqlite database: db/development.sqlite2 # SQLite version 3.x # ge...
2014 Feb 12
0
(no subject)
...0053] 140212130153 debug8: POP3< +OK Marked to be deleted. pop* [20053] 140212130153 debug6: POP3 delete 8 pop* [20053] 140212130153 debug8: POP3> QUIT pop* [20053] 140212130153 debug8: POP3< #CRASH pop* [20053] 140212130153 error : POP3 no quit pop* [20053] 140212130153 debug5: POP3 logout Regards Axel
2006 Mar 30
2
database.yml and Dreamhost
...eed configuration. #host: remote-database #port: 5432 # Schema search path. The server defaults to $user,public #schema_search_path: myapp,sharedapp,public # Character set encoding. The server defaults to sql_ascii. #encoding: UTF8 # Minimum log levels, in increasing order: # debug5, debug4, debug3, debug2, debug1, # info, notice, warning, error, log, fatal, or panic # The server defaults to notice. #min_messages: warning # SQLite version 2.x # gem install sqlite-ruby sqlite_example: adapter: sqlite database: db/development.sqlite2 # SQLite version 3.x # ge...
2010 Apr 18
2
Table or file as STDIN to the R Script
Hi all, I am trying to call the R script/ R Program via my Shell Script. I need to pass a file to the R script as an argument. When I am trying to do that I am getting error and only first line of the file is being read. Can you tell me how should I do that so that it reads the entire file in a R object so that later I am able to process the matrix operation on that file. It is a tab delimited
2013 Jan 24
0
Again ACL Postgres dict trouble, no update and raw backtrace
...tion failed: (state == SQL_DB_STATE_BUSY || db->cur_result == NULL) I have ulimit -c unlimited set, at start up Dovecot says: 2013-01-23 16:33:20 master: Info: Dovecot v2.1.13 (6eabf0c738d7) starting up but I do not get no core dumps. The last SQL statement executed by Posgres is (log level debug5): 2013-01-24 11:09:59 CET DEBUG: StartTransactionCommand 2013-01-24 11:09:59 CET STATEMENT: SELECT dummy,to_user,from_user FROM user_shares 2013-01-24 11:09:59 CET DEBUG: StartTransaction 2013-01-24 11:09:59 CET STATEMENT: SELECT dummy,to_user,from_user FROM user_shares 2013-01-24 11:09:59 CET...