psiphi75 / sonogram

A spectrograph utility written in Rust
GNU General Public License v3.0
39 stars 12 forks source link

Bug: `SpecCompute::compute` panics #15

Open emmyoh opened 7 months ago

emmyoh commented 7 months ago

I've found that sometimes SpecCompute::compute causes the following panic:

thread 'main' panicked at library/alloc/src/raw_vec.rs:25:5:
capacity overflow

Not sure why exactly, but it does.

psiphi75 commented 6 months ago

Strange, is there a specific input that causes it?

emmyoh commented 5 months ago

@psiphi75 Just seeing your reply now! Sadly, can't remember.