Konstantin

Results 6 issues of Konstantin

Hi. You’re saying it’s MIT, yet you’re using a third-party DLL itextsharp.dll 5.5.13.1 which is covered by [AGPL](https://www.gnu.org/licenses/agpl-3.0.html). AGPL license is highly contagious, may even contaminate the content produced by...

#### Description I've opened an XML with 13.5MB of data in assorted elements in a single line. Autoformat never finishes while consuming a CPU core. Waited ~10 minutes and gave...

Bug
Module: XML Formatter

Nice program, but the GUI needs a manifest to support High-DPI monitors. On my 27” 4k monitor, your program is very blurry. Apparently you’re using Windows Forms library for the...

Here’s output from gdb: ``` Thread 1 "MyApp" received signal SIGBUS, Bus error. RhpLockCmpXchg64 () at /home/linaro/corert/src/Native/Runtime/arm/Interlocked.S:47 47 cmp r6, r4 (gdb) bt #0 RhpLockCmpXchg64 () at /home/linaro/corert/src/Native/Runtime/arm/Interlocked.S:47 #1 0x0049c5ee...

arch-arm32

Unless ILC debug output is disabled in .csproj, CoreRT’s ilc program fails to compile stuff. [This assert fails.](https://github.com/dotnet/corert/blob/master/src/Native/ObjWriter/debugInfo/dwarf/dwarfGen.cpp#L436) I’ve added a bit more info and found out it’s VLT_FPSTK. Using...

EASTL_Project_Integration.md says following: > EASTL requires you to have an overload for the operator new[], here is an example that just forwards to global new[]: > > `void* __cdecl operator...