Hello,
I compiled the lastest version of the trunk under fedora 19 64 bits.
Iannix hangs at startup (I saw 2 grey windows and then, Iannix hangs).
Here is the gdb log:
#0 0x00000038842c3728 in QString::operator=(QString const&) () from /lib64/libQtCore.so.4
#1 0x00000038849c3af3 in QAction::setText(QString const&) () from /lib64/libQtGui.so.4
#2 0x00000000004f52e1 in Ui_UiView::retranslateUi (this=0xae5e50, UiView=0xa65540) at ./ui_uiview.h:1380
#3 0x0000003884a1730d in QWidget::event(QEvent*) () from /lib64/libQtGui.so.4
#4 0x0000003884dcc733 in QMainWindow::event(QEvent*) () from /lib64/libQtGui.so.4
#5 0x00000038849c84dc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQtGui.so.4
#6 0x00000038849ceaa0 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQtGui.so.4
#7 0x000000388437a26d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib64/libQtCore.so.4
#8 0x000000388437d1df in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib64/libQtCore.so.4
#9 0x00000038843a7883 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQtCore.so.4
#10 0x0000003883647e06 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#11 0x0000003883648158 in g_main_context_iterate.isra.22 () from /lib64/libglib-2.0.so.0
#12 0x00000038836481fc in g_main_context_iteration () from /lib64/libglib-2.0.so.0
#13 0x00000038843a7145 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#14 0x0000003884a64fc6 in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtGui.so.4
#15 0x0000003884378ecf in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#16 0x00000038843791c5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
#17 0x000000388437e45b in QCoreApplication::exec() () from /lib64/libQtCore.so.4
#18 0x0000000000425107 in main (argc=1, argv=0x7fffffffdc98) at iannixapp.cpp:64
Best regards,
YC
Hello,
I still have the same problem with the last pull:
commit ff8dddcf84d766be5f9ff8af79f4bedfdf06d03f
Author: Guillaume Jacquemin <gj@buzzinglight.com>
Date: Sat Aug 10 13:05:07 2013 +0300
IanniX 0.9.11 RC1
– rare bug with file saving fixed (not reproducible and not enough info
on bug — so fixed in theory)
– bug with abusive triggering while looping on a curve fixed
– new “factor of elasticity” parameter on curves (made with points –
not equations or circles -) making the curve “elastic” while moving
points
– new “Save As” and “Close” menus
Best regards,
YC
I tried to have more informations.
The only thing I was able to get is:
#2 0x00000000004f55e1 in Ui_UiView::retranslateUi (this=0xacd340, UiView=0xa65f30) at ./ui_uiview.h:1388
1388 actionPerformance->setText(QApplication::translate(“UiView”, “Performance mode”, 0, QApplication::UnicodeUTF8));
Here is the gdb log:
(gdb) up
#1 0x00000038849c3af3 in QAction::setText(QString const&) () from /lib64/libQtGui.so.4
(gdb) up
#2 0x00000000004f55e1 in Ui_UiView::retranslateUi (this=0xacd340, UiView=0xa65f30) at ./ui_uiview.h:1388
1388 actionPerformance->setText(QApplication::translate(“UiView”, “Performance mode”, 0, QApplication::UnicodeUTF8));
(gdb) up
#3 0x0000003884a1730d in QWidget::event(QEvent*) () from /lib64/libQtGui.so.4
(gdb) up
#4 0x0000003884dcc733 in QMainWindow::event(QEvent*) () from /lib64/libQtGui.so.4
(gdb) up
#5 0x00000038849c84dc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /lib64/libQtGui.so.4
(gdb) up
#6 0x00000038849ceaa0 in QApplication::notify(QObject*, QEvent*) () from /lib64/libQtGui.so.4
(gdb) up
#7 0x000000388437a26d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /lib64/libQtCore.so.4
(gdb) up
#8 0x000000388437d1df in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /lib64/libQtCore.so.4
(gdb) up
#9 0x00000038843a7883 in postEventSourceDispatch(_GSource*, int (*)(void*), void*) () from /lib64/libQtCore.so.4
(gdb) up
#10 0x0000003883647e06 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
(gdb) up
#11 0x0000003883648158 in g_main_context_iterate.isra.22 () from /lib64/libglib-2.0.so.0
(gdb) up
#12 0x00000038836481fc in g_main_context_iteration () from /lib64/libglib-2.0.so.0
(gdb) up
#13 0x00000038843a7145 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
(gdb) up
#14 0x0000003884a64fc6 in QGuiEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtGui.so.4
(gdb) up
#15 0x0000003884378ecf in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
(gdb) up
#16 0x00000038843791c5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /lib64/libQtCore.so.4
(gdb) up
#17 0x000000388437e45b in QCoreApplication::exec() () from /lib64/libQtCore.so.4
(gdb) up
#18 0x0000000000425107 in main (argc=1, argv=0x7fffffffdc98) at iannixapp.cpp:64
64 return iannixApp.exec();
(gdb)
Same problem under mageia 3 32 bits
YC
Still crashing on the current trunk. Still the same place.
Hi,
Sorry, we have only installed Ubuntu-Debian distribution on our computer, that is why we don’t have any experience with the Linux distributions Fedora – Red Hat, Mageia – Mandriva) with ianniX.
However it seems that the Fedora community members is working on that, it would be better to asking them some feedback for the progress of the project.
https://fedoraproject.org/wiki/Audio_creation_spin_development
Best
Thierry
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |