Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Dump during Unit-Tests #70

Closed
fceller opened this issue May 21, 2012 · 1 comment
Closed

Core Dump during Unit-Tests #70

fceller opened this issue May 21, 2012 · 1 comment
Assignees
Labels

Comments

@fceller
Copy link
Contributor

fceller commented May 21, 2012

Loaded symbols for /lib64/ld-2.11.3.so
Core was generated by `./arangod /tmp/vocdir.20787 --startup.directory ./js --startup.modules-path ./j'.
Program terminated with signal 11, Segmentation fault.
#0 0x00000000004bda68 in TRI_CreateSLOperator (operatorType=TRI_SL_GE_OPERATOR, leftOperand=0x0, rightOperand=0x0, parameters=0x111a880, shaper=0x110f790, fields=0x0, numFields=1, collection=0x0) at SkipLists/sl-operator.c:108

108 newLogicalOperator->_base._shaper = shaper;
(gdb) where
#0 0x00000000004bda68 in TRI_CreateSLOperator (operatorType=TRI_SL_GE_OPERATOR, leftOperand=0x0, rightOperand=0x0, parameters=0x111a880, shaper=0x110f790, fields=0x0, numFields=1, collection=0x0) at SkipLists/sl-operator.c:108
#1 0x00000000004cb916 in SetupConditionsSkiplist (idx=0x11143e0, shaper=0x110f790, conditions=...) at V8/v8-query.cpp:343
#2 0x00000000004cc6a5 in ExecuteSkiplistQuery (argv=..., signature=..., type=QUERY_CONDITION) at V8/v8-query.cpp:583
#3 0x00000000004cf955 in JS_ByConditionSkiplist (argv=...) at V8/v8-query.cpp:1250
#4 0x00000000006249a3 in v8::internal::MaybeObject* v8::internal::HandleApiCallHelper(v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>, v8::internal::Isolate*) ()
#5 0x000000000061f402 in v8::internal::Builtin_HandleApiCall(v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>, v8::internal::Isolate*) ()
#6 0x000024a4fff04402 in ?? ()
#7 0x000024a4fff04381 in ?? ()
#8 0x00007fff4c086930 in ?? ()
#9 0x00007fff4c0869a0 in ?? ()
#10 0x000024a4fff2d8dd in ?? ()
#11 0x000007f16aa8aff9 in ?? ()
#12 0x000007f16aa04101 in ?? ()
#13 0x0000000000000000 in ?? ()

(

@ghost ghost assigned jsteemann May 21, 2012
jsteemann added a commit that referenced this issue May 21, 2012
@jsteemann
Copy link
Contributor

works for me now when running the unittests. is the error still reproducible?

@ghost ghost assigned fceller May 21, 2012
@fceller fceller closed this as completed May 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants