You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be a bug in Linux or perhaps the filesystem driver. What's happening is that it tries to load "path/to/current/directory/" + "" (ie. the directory it's in), and then tries to seek to the end to determine the size, but lseek is returning the odd value of 0x7fffffffffffffff.
See #1140 - I may revert this if someone can demonstrate a compelling use case (for current directory, you can use "." instead), but it seems to have the potential to cause unintuitive behavior.
lachbr
pushed a commit
to lachbr/panda3d
that referenced
this issue
Jun 16, 2023
See panda3d#1140 - I may revert this if someone can demonstrate a compelling use case (for current directory, you can use "." instead), but it seems to have the potential to cause unintuitive behavior.
Description
Passing an empty string to the loader.loadFont function results in an out of memory crash.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: