Displaying 11 results from an estimated 11 matches for "hashset".
Did you mean:
hash_set
2006 Jun 05
0
[Bug 485] New: Stresstesting ipset crashes kernel
...o crash the kernel. I had to do only 3-5 runs of
the following sequence to crash it repeatedly:
# only needed initially
- create hash1 (nethash)
# needed per each run
- create hash1_tmp (nethash)
- adding networks to hash1_tmp
- swap hash1 and hash1_tmp
- destroy hash1_tmp (which now holds the old hashset)
Workaround: I changed the above to work without a temporary hashset how. Did
# only needed initially
- create hash1 (nethash)
# needed per each run
- flush hash1
- adding networks to hash1
That works now. But I don't see a reason why the above mentioned "stress-test"
would crash th...
2006 Sep 24
1
[patch] buffer overflow in q_parser.y
...=================================================
--- c/include/search.h (revision 615)
+++ c/include/search.h (working copy)
@@ -819,6 +819,7 @@
char *qstr;
char *qstrp;
char buf[QP_CONC_WORDS][MAX_WORD_SIZE];
+ char *dynbuf;
int buf_index;
HashTable *field_cache;
HashSet *fields;
Index: c/src/q_parser.y
===================================================================
--- c/src/q_parser.y (revision 615)
+++ c/src/q_parser.y (working copy)
@@ -173,6 +173,11 @@
char *bufp = buf;
qp->buf_index = (qp->buf_index + 1) % QP_CONC_WORDS;
+ if (qp->...
2009 Oct 13
0
[LLVMdev] hash extras
So, after digging around in the old llvm/ADT/hash_map, I think I
discovered the problem. Now, if you want to include
llvm/ADT/HashExtras.h, you have to include the hash_map h file from your
system (ext/hash_map in my case) and define HASH_NAMESPACE, before you
include llvm/ADT/HashExtras. It might be good to include some
documentation about that for those using HashExtras.
Regards,
Ryan
2006 Oct 30
0
File Store permissions
...s,
Quinn
diff -puN ext-orig/store.h ext/store.h
--- ext-orig/store.h 2006-09-23 22:11:22.000000000 -0600
+++ ext/store.h 2006-10-21 14:36:50.000000000 -0600
@@ -176,6 +176,8 @@ struct Store
CompoundStore *cmpd; /* for compound_store only */
} dir;
+ mode_t file_mode;
+
HashSet *locks;
/**
diff -puN ext-orig/fs_store.c ext/fs_store.c
--- ext-orig/fs_store.c 2006-09-23 22:11:22.000000000 -0600
+++ ext/fs_store.c 2006-10-21 15:06:47.000000000 -0600
@@ -51,7 +51,7 @@ static void fs_touch(Store *store, char
int f;
char path[MAX_FILE_PATH];
join_path(...
2017 Feb 02
2
Register allocator behaves differently when compiling with and without -g
> On Feb 2, 2017, at 8:20 AM, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> The goal/intent is that debug info does not affect code generation. There are (many?) bugs. I think Apple folks (cc'd Adrian) may be looking at this a bit recently, not sure.
>
> The fixes aren't usually too invasive (usually involve something counting instructions where
2006 Apr 26
1
Building native extensions fail on Macbook Pro
...8.5.2
-I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe
-I/opt/local/include -c hash.c
gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe
-fno-common -I. -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2
-I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe
-I/opt/local/include -c hashset.c
gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe
-fno-common -I. -I/opt/local/lib/ruby/1.8/i686-darwin8.5.2
-I/opt/local/lib/ruby/1.8/i686-darwin8.5.2 -I. -O -pipe
-I/opt/local/include -c helper.c
gcc -fno-common -O -pipe -I/opt/local/include -fno-common -pipe
-fno-common -I....
2009 Oct 13
2
[LLVMdev] hash extras
I am trying to upgrade my code to use the latest version of llvm from
svn. Whenever I include "llvm/ADT/HashExtras.h", I get error messages
like the following. Does anyone know what is going on? Thanks for any
help.
llvm[1]: Compiling Aux.cpp for Debug build (PIC)
In file included from
/home/lefever/work/memrep/src/compiler/include/Aux.h:4,
from Aux.cpp:1:
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2007 Nov 30
0
Cannot install ferret gem on Leopard
...cal/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c hash.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c hashset.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-common -g -O2
-fno-common -pipe -fno-common -D_FILE_OFFSET_BITS=64 -c helper.c
gcc -I. -I/usr/local/lib/ruby/1.8/i686-darwin8.10.3
-I/usr/local/lib/ruby/1.8/i686-darwin8.10.3 -I. -fno-commo...
2006 Aug 15
5
Ferret Segmentation Faults
Hi,
I am getting a number of segmentation faults using Ferret 0.9.5, Fedora
Core 5 and Ruby 1.8.4
I installed it with the recommended gem install ferret
and example segmentation fault creation line would be as follows:
@records = FerretConfig::INDEX.search("address_line_2:\"Dumbarton\"")
I am also using acts_as_ferret and rails 1.15 but think this is an issue
with
2006 Aug 24
8
installing ferret
...ruby/1.8/i686-linux -I. -c q_filtered_query.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c priorityqueue.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c hashset.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c helper.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/local/lib/ruby/1.8/i686-linux
-I/usr/local/lib/ruby/1.8/i686-linux -I. -c global.c
gcc -fPIC -g -O2 -fno-common -I. -I/usr/lo...