My Recent Pastes (173 and counting)
Pastes by Defiler (173 and counting)
Below are the 15 most recent pasties by Defiler.
September 21, 2007
3:27PM EDT
by Defiler
View all 6 lines
ruby(1527,0xa000d000) malloc: *** error for object 0x2917a0: pointer being reallocated was not allocated ruby(1527,0xa000d000) malloc: *** set a breakpoint in szone_error to debug ruby(1527,0xa000d000) malloc: *** Deallocation of a pointer not malloced: 0x2917a0; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug ruby(1527,0xa000d000) malloc: *** error for object 0x2917a0: pointer being reallocated was not allocated ruby(1527,0xa000d000) malloc: *** set a breakpoint in szone_error to debug
September 20, 2007
11:11PM EDT
by Defiler
View all 17 lines
require 'socket' @port = 40000 @data = [] @read = false @thread = Thread.new do
September 20, 2007
4:31PM EDT
by Defiler
View all 58 lines
diff --git a/shotgun/lib/cpu_task.c b/shotgun/lib/cpu_task.c index fac20a9..f15d50d 100644 --- a/shotgun/lib/cpu_task.c +++ b/shotgun/lib/cpu_task.c @@ -13,6 +13,7 @@
September 20, 2007
2:59PM EDT
by Defiler
View all 848 lines
require File.dirname(__FILE__) + '/../spec_helper' require 'stringio' def util_build_stringio str = <<-EOS
September 20, 2007
2:23AM EDT
by Defiler
View all 16 lines
(gdb) br ffi_bind Breakpoint 1 at 0x993dc: file ffi_util.c, line 97. (gdb) r Starting program: /Users/wilson/work/rubinius/shotgun/rubinius.bin spec/library/socket_spec.rb Reading symbols for shared libraries ........................................................................+ done
September 19, 2007
10:37PM EDT
by Defiler
View all 40 lines
#include <stdio.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h>
September 19, 2007
9:56PM EDT
by Defiler
View all 12 lines
class Foo def initialize(baz) @baz = baz end
September 19, 2007
9:53PM EDT
by Defiler
View all 19 lines
OBJECT ffi_pack_sockaddr_in(STATE, char *name, char *port, int type, int flags) {
struct addrinfo hints;
struct addrinfo *res = NULL;
int error;
September 19, 2007
7:05PM EDT
by Defiler
View all 24 lines
describe "TCPServer receiving data" do before(:each) do @data = [] @read = false @thread = Thread.new do
September 19, 2007
5:55PM EDT
by Defiler
View all 823 lines
require File.dirname(__FILE__) + '/../spec_helper' require 'stringio' def util_build_stringio str = <<-EOS
September 17, 2007
6:22PM EDT
by Defiler
View all 7 lines
In file included from cpu_primitives.c:99: system_primitives.gen: In function ‘cpu_perform_system_primitive’: system_primitives.gen:2116: warning: implicit declaration of function ‘regexp_scan’ CC ffi_util.o CC regexp.o
September 09, 2007
5:53PM EDT
by Defiler
View all 71 lines
Path: test/benchmark/yarv/bm_vm1_swap.rb Size: 74 bytes Sexp: [:block,
September 09, 2007
12:54AM EDT
by Defiler
View all 11 lines
static int
_rand(void)
{
static int next = 0;
September 08, 2007
11:58PM EDT
by Defiler
View all 22 lines
Attempted to access field 1 in an object with 0 fields. Attempted to access field 1 in an object with 0 fields. An error has occured: Segmentation fault (SIGSEGV)
September 06, 2007
10:43PM EDT
by Defiler
View all 67 lines
hydra>port installed |grep active antlr @2.7.6_1 (active) apr @1.2.7_0 (active) apr-util @1.2.7_1 (active) atk @1.12.2_0 (active)
