On 2021/06/24 17:16, Dimitri Karamazov wrote:
> Ping
>
> On Fri, Jun 18, 2021 at 02:06:24PM +0200, Alexandre Ratchov wrote:
> > On Fri, Jun 18, 2021 at 09:05:41AM +0000, Dimitri Karamazov wrote:
> > > Ping
> > >
> >
> > I'm very interested by your port, but I've not time these days,
> > hopefully end of next week. Sorry.
> >
> > Thanks for your port
I'm not going to have time to do much in the way of debugging, but
it's crashing at startup for me:
$ muse4
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-sthen'
-> 22:44:52.200 Read configuration...
User instrument directory does not exist. Creating it.
Config File </home/sthen/.config/MusE/MusE/MusE-seq.cfg>
LOCALE C
-> 22:44:52.215 Load theme...
Config File </usr/local/share/muse-4.0/themes/Dark Flat.cfc>
-> 22:44:52.604 Scan plugins...
checkPluginCacheFiles: readAllPluginCacheFiles() failed
Creating plugin cache directory:/home/sthen/.cache/MusE/MusE/scanner
Initializing Native VST support. Using VESTIGE compatibility implementation.
-> 22:44:54.050 Init audio...
open projectfile: No such file or directory
Denormal protection enabled.
Select audio device from configuration : 0
User JackAudio backend - backend selected through configuration
jackd 0.125.0
Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK compiled with System V SHM support.
loading driver ..
sndio_driver: buffer update: period_size=441, nperiods=5
sndio_driver: capbuf 1764 B, playbuf 1764 B
sndio_driver: running null cycle
delay of 12881.000 usecs exceeds estimated spare time of 9937.000; restart ...
Using Jack
-> 22:44:59.454 Init MIDI...
-> 22:45:00.693 Init plugins...
-> 22:45:00.694 Init VST plugins...
-> 22:45:00.695 Init native VST plugins...
Initializing Native VST support. Using VESTIGE compatibility implementation.
-> 22:45:00.695 Init DSSI plugins...
-> 22:45:00.695 Init LV2 plugins...
-> 22:45:00.814 Init OSC / metronome...
delay of 9961.000 usecs exceeds estimated spare time of 9952.000; restart ...
-> 22:45:01.312 Populating Track context menu...
-> 22:45:01.358 Show GUI...
delay of 234752.000 usecs exceeds estimated spare time of 9952.000; restart ...
delay of 40743.000 usecs exceeds estimated spare time of 9952.000; restart ...
JACK: buffersize changed 441
delay of 59829.000 usecs exceeds estimated spare time of 9952.000; restart ...
-> 22:45:02.310 Load default project
starting with template /usr/local/share/muse-4.0/templates/default.med
sndio_driver: poll() error: sndio_driver.c@422
DRIVER NT: could not run driver cycle
jack main caught signal 31
Audio::shutdown()
Segmentation fault (core dumped)
$ egdb /usr/local/bin/muse4 muse4.core
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-openbsd6.9".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/local/bin/muse4...(no debugging symbols found)...done.
[New process 599377]
Core was generated by `muse4'.
Program terminated with signal SIGABRT, Aborted.
#0 thrkill () at /tmp/-:3
3 /tmp/-: No such file or directory.
(gdb) bt
#0 thrkill () at /tmp/-:3
#1 0x000000c47364a41e in _libc_abort () at /usr/src/lib/libc/stdlib/abort.c:51
#2 0x000000c45ffd63f8 in qt_message_fatal(QtMsgType, QMessageLogContext const&, QString const&) ()
from /usr/local/lib/libQt5Core.so.3.0
#3 0x000000c45ffd895b in QMessageLogger::fatal(char const*, ...) const () from /usr/local/lib/libQt5Core.so.3.0
#4 0x000000c514580ec8 in init_platform(QString const&, QString const&, QString const&, int&, char**) ()
from /usr/local/lib/libQt5Gui.so.3.0
#5 0x000000c5145802e5 in QGuiApplicationPrivate::createPlatformIntegration() () from /usr/local/lib/libQt5Gui.so.3.0
#6 0x000000c5145814cb in QGuiApplicationPrivate::createEventDispatcher() () from /usr/local/lib/libQt5Gui.so.3.0
#7 0x000000c48313a752 in QApplicationPrivate::createEventDispatcher() () from /usr/local/lib/libQt5Widgets.so.3.0
#8 0x000000c4603289ae in QCoreApplicationPrivate::init() () from /usr/local/lib/libQt5Core.so.3.0
#9 0x000000c51457b662 in QGuiApplicationPrivate::init() () from /usr/local/lib/libQt5Gui.so.3.0
#10 0x000000c48313ae9c in QApplicationPrivate::init() () from /usr/local/lib/libQt5Widgets.so.3.0
#11 0x000000c48313ae53 in QApplication::QApplication(int&, char**, int) () from /usr/local/lib/libQt5Widgets.so.3.0
#12 0x000000c2545ec059 in main ()
No comments:
Post a Comment