-
From our experience at Akamai:
1. It doesn't integrate with asan. Errors in usage are not detectable.
2. The global lock is unfortunate, and we've seen clues this is a problem
3. As system alloca…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Enter the HardFault-Handler interrupt
### Expected Behavior
_No response_
### Steps To Rep…
-
Throughout the runtime's code many unnecessary and sometimes dangerous calls to malloc are made. This leads to to four problems:
- Hard to find memory leaks
- Unclear and messy responsibilities (w…
-
I am using the setup action and on an adhoc basis the setup fails even though it states that the installation completes (see below)
![image](https://github.com/user-attachments/assets/dbca6360-84ee…
-
funchck finds 96 segfaults when malloc fails:
![image](https://github.com/user-attachments/assets/9e79411f-b3f4-4072-9718-59e4afc24bed)
-
### Port, board and/or hardware
esp32
### MicroPython version
MemoryError: memory allocation failed, allocating %u bytes
MicroPython v1.24.0 on 2024-10-25; Generic ESP32 module with ESP32
### Rep…
-
> One should never rely on the number of bytes actually allocated corresponding to the number requested.
The number of bytes allocated is guaranteed to be the same (or more? I guess it's rounded up…
-
**The problem/use-case that the feature addresses**
Sometimes I wish to investigate memory issues during the loading phase. However I get:
```
socket_redis> memory malloc-stats
LOADING Redis is …
-
Hi,
I have some no sense issue on malloc and i have no way to reproduce it with simple code. I have some program using malloc which work on nano/STM32 but not on a Attiny85 with 2 malloc during the…
-
**Code**
```python
def extract_clip(animation_clip: UnityPy.classes.AnimationClip):
motion = {}
# read meta data
motion["Name"] = animation_clip.m_Name
motion["SampleRate"] = ani…