-
Whenever I try something with symbolic manipulation in Sage, ECL throws an error:
```
var('x')
simplify(x^3)
Internal or unrecoverable error in:
Got signal before environment was installed on our thr…
-
When call GC_MALLOC_ATOMIC(0xFFFFFFFFFFFFF2ABull), the expected behavior should be out of memory obviously and return NULL or abort. However, libgc returns a pointer. The caller thought the allocation…
-
Compilation works fine but when I run the sample project it crashes with a segfault.
```
[info] Running /Users/lukaskellenberger/Developer/scala-native/sandbox/target/scala-2.11/sandbox-out
java.lan…
-
```
configure: line 17503: syntax error near unexpected token `ATOMIC_OPS,'
configure: line 17503: ` PKG_CHECK_MODULES(ATOMIC_OPS, atomic_ops, ,'
```
This happens when I run ./configure in Linux an…
-
```
Generating TZ database
Generating Unicode codepoints
-- stderr(sagittarius_current_Bootstrap):
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
Caught signal 6 (SIGABRT)
stack trace:
0…
-
With a `Dockerfile` as follows:
```
# FROM ubuntu:trusty # for reference, the 64-bit "ubuntu:trusty" works correctly
FROM osrf/ubuntu_32bit:trusty
RUN apt-get update && DEBIAN_FRONTEND=noninteracti…
-
When I try to add a file with embed framework, it only adds it to the Unity-iPhone Tests target. My code is as follows:
```
framework_group = project.get_or_create_group('Frameworks')
file_optio…
-
This bug is interesting since it triggered libgc's issue https://github.com/ivmai/bdwgc/issues/135 as well.
How to reproduce
```
$ echo '' > file.in
$ ./w3m -T text/html -dump file.in
```
gdb
```
…
-
Actually I have no time to investigate more in ropes, because of exams. I just catched this and may be you are interested in.
Paper:
https://www.cs.rit.edu/usr/local/pub/jeh/courses/QUARTERS/FP/Labs…
-
Hi,
there may be a possible bug here: https://github.com/ivmai/bdwgc/blob/8ffc3db1c56c4ef327538fe8a667a2abebbce773/mark.c#L638-L639 in `GC_mark_from`, the assertion:
```
GC_ASSERT(descr < (word)GC_gr…
ghost updated
8 years ago