search for: debug_output

Displaying 11 results from an estimated 11 matches for "debug_output".

2006 Nov 03
6
How to send data,
...using the gem that''s available on rubyforge, after a lot of trying stuff out I''ve build the 0.7.0 version from the trunk. I hope the info I provided is enough, if not please let me know and I''ll try to explain myself further. Kind regards, Eloy. PS: I hate the global $DEBUG_OUTPUT, but I can''t figure out a way to assign the Controller object in another way. If anyone has another suggestion...... EXAMPLE CODE: require ''osx/cocoa'' require ''eventmachine'' module DebuggerClient def receive_data(data) $DEBUG_OUTPUT.received_cl...
2008 Jul 24
0
Errno::EBADF Send an Email in Rails using GMail
..., ''SMTP session already started'' if @started check_auth_args user, secret, authtype if user or secret sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) } @socket = Net::InternetMessageIO.new(sock) @socket.read_timeout = 60 #@read_timeout #@socket.debug_output = STDERR #@debug_output check_response(critical { recv_response() }) do_helo(helodomain) if starttls raise ''openssl library not installed'' unless defined?(OpenSSL) ssl = OpenSSL::SSL::SSLSocket.new(sock) ssl.sync_close = true ssl.connect...
2009 Apr 09
1
Mailing error in Rails 2.3.2
...tarted'' if @started #check_auth_args user, secret, authtype if user or secret check_auth_args user, authtype if user or secret sock = timeout(@open_timeout) { TCPSocket.open(@address, @port) } @socket = Net::InternetMessageIO.new(sock) @socket.read_timeout = 60 #@read_timeout @socket.debug_output = STDERR #@debug_output check_response(critical { recv_response() }) do_helo(helodomain) raise ''openssl library not installed'' unless defined?(OpenSSL) starttls ssl = OpenSSL::SSL::SSLSocket.new(sock) ssl.sync_close = true ssl.connect @socket = Net::InternetMessageIO.new...
2013 Jul 16
0
HP R12000/3 UPS reports status as OL DISCHRG OB
...taining any copies thereof. Any review, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient(s) is prohibited. Thank you. -------------- next part -------------- A non-text attachment was scrubbed... Name: debug_output.zip Type: application/x-zip-compressed Size: 11530 bytes Desc: debug_output.zip URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20130716/47226292/attachment.bin>
2020 Nov 18
1
invalid symbol kind for ADRP relocation
...o resolve this? It's a very simple IR file (below), fails with: LLVM ERROR: invalid symbol kind for ADRP relocation PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash backtrace. Stack dump: 0. Program arguments: \p\llvm-project-bin32\RelWithDebInfo\bin\llc.exe -O0 debug_output(1).ll -filetype=obj #0 0x01522349 (C:\p\llvm-project-bin32\RelWithDebInfo\bin\llc.exe+0x1272349) #1 0x019bb8fc (C:\p\llvm-project-bin32\RelWithDebInfo\bin\llc.exe+0x170b8fc) I have no idea where to even start looking, but it seems related to the store. ; ModuleID = '$debug$' source_file...
2013 Jul 15
4
HP R12000/3 UPS reports status as OL DISCHRG OB
Hi. Back before Christmas Arnaud sent me a patch for the snmp-ups driver for my HP R12000/3 UPS. Unfortunately shortly after I had to take quite a lot of sick leave so wasn't able to progress it, but I'm working on it again now. I'm at the point where I can start the driver with upsdrvctl and start the daemon with upsd. When I check the UPS status though it shows as OL DISCHRG OB,
2007 Jan 31
2
SystemStackError: stack level too deep
I''m testing the http module in console. BUt I got the following error. Anyone knows why? >> Net::HTTP.get_print ''www.google.com'', ''index.html'' SystemStackError: stack level too deep from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in `newobj'' from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in
2004 Oct 22
0
libao-0.8.5 patch
...null.c 2004-10-22 12:13:26.000000000 +0200 @@ -37,6 +37,7 @@ "null", "Stan Seibert <volsung@asu.edu>", "This driver does nothing.", + NULL, AO_FMT_NATIVE, 0, ao_null_options, @@ -87,7 +88,8 @@ if (!strcmp(key, "debug")) { internal->debug_output = 1; - } + } else + return 0; return 1; } diff -ur libao-0.8.5/src/ao_raw.c libao-0.8.5.new/src/ao_raw.c --- libao-0.8.5/src/ao_raw.c 2001-09-05 21:34:02.000000000 +0200 +++ libao-0.8.5.new/src/ao_raw.c 2004-10-22 12:57:06.000000000 +0200 @@ -37,6 +37,7 @@ "raw", "Stan Seib...
2010 Jan 28
31
[PATCH 0 of 4] aio event fd support to blktap2
Get blktap2 running on pvops. This mainly adds eventfd support to the userland code. Based on some prior cleanup to tapdisk-queue and the server object. We had most of that in XenServer for a while, so I kept it stacked. 1. Clean up IPC and AIO init in tapdisk-server. [I think tapdisk-ipc in blktap2 is basically obsolete. Pending a later patch to remove it?] 2. Split tapdisk-queue into
2012 Apr 02
23
[PATCH 00 of 18] [v2] tools: fix bugs and build errors triggered by -O2 -Wall -Werror
Changes: tools/blktap: remove unneeded pointer dereferencing in convert_dev_name_to_num tools/blktap: constify string arrays in convert_dev_name_to_num tools/blktap: fix params and physical-device parsing tools/blktap: remove unneeded pointer dereferencing from img2qcow.c tools/blktap: remove unneeded pointer dereferencing from qcow2raw.c tools/blktap2: fix build errors caused by Werror in
2007 Mar 28
2
[PATCH 2/3] User-space grant table device - main driver
A character device for accessing (in user-space) pages that have been granted by other domains. Signed-off-by: Derek Murray <Derek.Murray@cl.cam.ac.uk> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel