Frank Rehberger

Results 25 issues of Frank Rehberger

By default crash dumps contain the stack of each thread only. If one wants to analyze the state of the Future-Instances located in heap memory. The target system must be...

If anybody wants to analyze a crash-dump (core) file, the specific debug symbols of the binary in question are required. Each ELF binary being built contains a build-id (kind of...

Awesome list of crates :) I am the other of the macro 'utest!()' https://crates.io/crates/test-generator-utest which can be used to write tests in the fashion of Java-Unittests, covering 3 phases: *...

improve documentation

Please tell me , how to execute unit-tests based on std.test I modified the testcase from tests/pass/alternative.glu, changing final line to "run tests" (see below). But when I try to...

Hi, I really like Gluon, but sometimes I am struggling with the concepts of functional programming or the Gluon syntax. In cases the Gluon Book doesn't help me, I read...

Using Gluon as secure embedded engine, for security reasons it should be possible to remove file-io capabilities from std-libraries of Gluon VM. Also, any form of library for network IO...

Hi, I would like to use gluon to parse CSV files. I am stuck implementing a CSV parser myself. I would appreciate to find an example in github repo, a...

### Summary Compiling a test-app with different settings (dlmalloc and wee_alloc) the resulting binary sizes of wee_alloc builds are not as small as expected. Benefit is just 3KB, the relation...

The structures in elements/section.rs lack explicit constructor-methods (new-methods) to instantiate them programmatically, for example to extend a list of parsed sections of a module. Sadly, the private members of those...