Files
scylladb/utils
Tomasz Grabiec 5dc58a7cd4 allocation_strategy: Leak the standard strategy
Some code may attempt to use it during finalization after "instance"
was destroyed.

Reported by Pekka:

/usr/include/c++/4.9.2/bits/unique_ptr.h:291:14: runtime error:
reference binding to null pointer of type 'struct
standard_allocation_strategy'
./utils/allocation_strategy.hh:105:13: runtime error: reference
binding to null pointer of type 'struct standard_allocation_strategy'
./utils/allocation_strategy.hh:118:35: runtime error: reference
binding to null pointer of type 'struct allocation_strategy'
./utils/managed_bytes.hh:59:45: runtime error: member call on null
pointer of type 'struct allocation_strategy'
./utils/allocation_strategy.hh:82:9: runtime error: member access
within null pointer of type 'struct allocation_strategy'
2015-08-07 18:35:20 +03:00
..
2015-04-01 09:43:47 +02:00
2015-07-26 10:55:14 +03:00
2015-07-14 17:18:11 +03:00
2015-05-19 11:22:41 -04:00
2015-07-26 10:57:32 +03:00
2015-08-06 18:56:48 +02:00
2015-08-06 18:40:06 +02:00
2015-08-06 14:05:16 +02:00
2015-07-08 10:50:46 +02:00
2015-07-08 10:50:46 +02:00
2015-01-06 17:23:46 +08:00