| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Calling the `Method#{parameters,source_location}` method on a static `Proc` object resulted in `SIGSEGV`.
The trigger is mruby#5402.
The original implementation of the `Method#{parameters,source_location}` method was to temporarily rewrite the object and then call the method of the same name in `Proc`.
Rewriting of objects placed in the ROM section by mruby#5402 above is prohibited by hardware such as the CPU.
This caused a `SIGSEGV`.
| Back | FazBrowse Home | New Git URL |
Calling the Method#{parameters,source_location} method on a static Proc object resulted in SIGSEGV.
The trigger is #5402.
The original implementation of the Method#{parameters,source_location} method was to temporarily rewrite the object and then call the method of the same name in Proc.
Rewriting of objects placed in the ROM section by #5402 above is prohibited by hardware such as the CPU.
This caused a SIGSEGV.