romkell

Results 5 comments of romkell

I encounter the same issue with a software compiled with armclang V6. I have another software (not the same) with armcc V5 and a third compiles with gcc V10 which...

The solution can be found in [descriptions.py](https://github.com/eliben/pyelftools/blob/master/elftools/dwarf/descriptions.py) def _describe_attr_ref(attr, die, section_offset): return '' % (attr.value + die.cu.cu_offset) where the die.cu.cu_offset is added to attr.value. The following code does not throw...

- @cfriedt: when ever implementing dynamic features in the scheduler / core code (not yet defined safety scope) please consider safety where dynamic memory management and using heaps is problematic...

> Yeah, so the suggested approach from an earlier PR was to keep thread stack allocation separate and selectable, so that will still be the case. However, the proposed kernel-level...

VSDX export removed from/mssing in Export menu. Same issue with `draw.io-27.0.5-windows-no-installer.exe` ![Image](https://github.com/user-attachments/assets/02a984f6-c53e-41fa-8cb6-0347793ec987) `draw.io-26.0.16-windows-no-installer.exe` still showing the Menu VSDX (beta). ![Image](https://github.com/user-attachments/assets/a34f75da-3435-4140-973b-9597251a43d3) Bug or feature removed? Will the import/export stay in the...