stakira / OpenUtau

Open singing synthesis platform / Open source UTAU successor
http://www.openutau.com
MIT License
2.06k stars 285 forks source link

Crash while editing voicebank #622

Closed Javantea closed 1 year ago

Javantea commented 1 year ago

Acknowledgement

🐛 Describe the bug

Segmentation fault

Thread 195 ".NET ThreadPool" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffe45ffb6c0 (LWP 2941)]
0x00007ffff3de5006 in worldline::vec_lerp(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double) () from /home/game/audio/OpenUtau/libworldline.so
(gdb) bt
#0  0x00007ffff3de5006 in worldline::vec_lerp(std::vector<double, std::allocator<double> > const&, std::vector<double, std::allocator<double> > const&, double) () at /home/game/audio/OpenUtau/libworldline.so
#1  0x00007ffff3de4601 in worldline::Model::Remap(std::vector<double, std::allocator<double> > const&) ()
    at /home/game/audio/OpenUtau/libworldline.so
#2  0x00007ffff3ddf215 in worldline::PhraseSynth::AddRequest(SynthRequest const&, double, double, double, double, double, void (*)(char const*)) () at /home/game/audio/OpenUtau/libworldline.so
#3  0x00007fff86674046 in  ()
#4  0x00007ffe45ffa330 in  ()
#5  0x0000000000000000 in  ()

Explains how to reproduce the bug

Create a voicebank with copied and pasted values. Create a simple part with notes and lyrics. Edit the voicebank in the voicebank editor. It takes many edits to crash, but it's reproducible.

OS & Version

Gentoo Linux

Logs

2023-02-28 18:17:39.366 -08:00 [INF] Logging initialized.
2023-02-28 18:17:39.609 -08:00 [INF] Unix 6.1.0.0
2023-02-28 18:17:39.611 -08:00 [INF] Linux 6.1.0 #1 SMP PREEMPT_DYNAMIC Thu Dec 15 11:54:49 PST 2022 X64 X64
2023-02-28 18:17:39.611 -08:00 [INF] OpenUtau v0.1.11.0 gentoo.2.9-x64
2023-02-28 18:17:39.611 -08:00 [INF] Data path = /home/game/.local/share/OpenUtau
2023-02-28 18:17:39.611 -08:00 [INF] Cache path = /home/game/.cache/OpenUtau
2023-02-28 18:17:40.260 -08:00 [INF] Initializing application.
...
2023-02-28 19:02:32.763 -08:00 [INF] ExecuteCmd Move 15 notes
2023-02-28 19:02:32.763 -08:00 [INF] Publish notification Phonemized
2023-02-28 19:02:32.963 -08:00 [INF] ExecuteCmd Move 15 notes
2023-02-28 19:02:32.964 -08:00 [INF] Publish notification Phonemized
2023-02-28 19:02:33.707 -08:00 [INF] ExecuteCmd Move 15 notes
2023-02-28 19:02:33.708 -08:00 [INF] Publish notification Phonemized
2023-02-28 19:02:34.678 -08:00 [INF] ExecuteCmd Move 15 notes
2023-02-28 19:02:34.679 -08:00 [INF] Publish notification Phonemized
2023-02-28 19:02:35.386 -08:00 [INF] ExecuteCmd Move 15 notes
2023-02-28 19:02:35.386 -08:00 [INF] Publish notification Phonemized
2023-02-28 19:02:35.461 -08:00 [INF] ExecuteCmd Move 15 notes
2023-02-28 19:02:35.462 -08:00 [INF] Publish notification Phonemized
2023-02-28 19:02:35.943 -08:00 [INF] undoGroup ended
2023-02-28 19:02:35.943 -08:00 [INF] SchedulePreRender
2023-02-28 19:02:35.943 -08:00 [INF] Publish notification Pre-render notification.
2023-02-28 19:02:36.627 -08:00 [INF] Publish notification Part rendered.
2023-02-28 19:02:37.884 -08:00 [INF] Autosave /home/game/Documents/watashi_no_namae_wa1-autosave.ustx.
2023-02-28 19:02:37.889 -08:00 [INF] Autosaved /home/game/Documents/watashi_no_namae_wa1-autosave.ustx.
2023-02-28 19:02:41.026 -08:00 [INF] StartPlayback at 00:00:00
2023-02-28 19:02:41.052 -08:00 [INF] Publish notification Part rendered.
2023-02-28 19:02:58.684 -08:00 [INF] SchedulePreRender
2023-02-28 19:02:58.684 -08:00 [INF] Publish notification Pre-render notification.
2023-02-28 19:02:58.718 -08:00 [INF] Publish notification Oto changed.
2023-02-28 19:02:58.764 -08:00 [INF] Publish notification Phonemized
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 60 days with no activity. It will be closed if no further activity occurs. Thank you.