-
I made a local branch (mingw32test) from master and tested on AppVeyor.
https://github.com/Hamayama/bdwgc/commit/199f150a26ca24d1871555ac808e1d542aa63c76
https://ci.appveyor.com/project/Hamayama/bdw…
-
It should be possible to test opencog before potentially polluting the system libraries with a broken build.
I cleaned out my system libraries, and did a clean build of cogutil, atomspace, and open…
-
```
chronos@localhost / $ crew install inkscape
inkscape: Inkscape is a professional vector graphics editor for Windows, Mac OS X and Linux.
https://inkscape.org/
version 0.92.3
The following pac…
-
Using ubuntu 18.04 host os (also tried ubuntu 16 host os)
ubuntu 16.04 docker images
installed lldb and gdb to get rid of initial errors with new depot (304937)
now getting Debug info from gdb: Co…
-
IL2CPP error for method 'System.Int32 XLua.CSObjectWrap.SystemAppDomainWrap::_m_CreateDomain_xlua_st_(System.IntPtr)' in assembly '....../Temp/StagingArea/assets/bin/Data/Managed/Assembly-CSharp.dll'
…
-
bdwgc compiled with Android NDK r17c aborts with an "Wrong __data_start/_end pair" error when compiled with the (default) ld.gold linker (i.e. it works fine when using the ld.bfd linker with the "-fus…
-
Does the bdwgc support negative offset pointers? Trying to avoid ptr arithmetic by storing the length of an array at a negative offset.
```c
void* IL2X_GC_New(size_t size)
{
void* ptr = GC_mall…
-
This is a tracking issue for the ongoing work to merge #2323
I will be also adding documentation after this work is complete so that next time there is a playbook for merging new openssl patches.
…
-
This is reported in #260 by @Hamayama.
Not observed if the executable is 64-bit.
Bdwgc source: v8.0.2 or master.
The current quick workaround is to turn off memory unmapping (--disable-munmap).
ivmai updated
5 years ago
-
Instant preview appears to crash the editor with focus mode set to auto.
This happens regardless of whether instant preview is turned on in the ARCore settings.
Tested on editor versions 2017.4.12…