-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmentation fault on FreeBSD 8.3-RELEASE-p5 amd64 #6739
Comments
Commented by: kain88-de could you generate a backtrace and upload it? FreeBSD should have gdb preinstalled afaik. |
Commented by: marko-cupac Here it is: |
Commented by: rryan Thanks -- looks like an OpenGL crash. Your graphics drivers are likely at fault. Can you run glxgears? |
Commented by: daschuer Hi Marko, I wonder why we see no debug symbols from Mixxx in the backtrace. @Mixxx-dev We have already fixed segfaults with GL in Mixxx 1.11 beta.
Kind regards, Daniel |
Commented by: marko-cupac I can run qlxgears, as seen on the attached screenshot. Didn't have qt4 installed (I run xfce without display manager), but afer compiling and installing it, qtdemo -> opengl -> textures works just fine, rotating dices. Other demos work as well too. I will try to compile the latest branch and let you know the results. |
Commented by: janitor [Expired for Mixxx because there has been no activity for 60 days.] |
Commented by: marko-cupac Ok, i tried to compile 1.11 but scons throws error. Attached is config.log |
Commented by: rryan Hi Marko -- could you also post the output of scons in addition to It seems you are missing a few of the dependencies. The main issues is that On Sat, Feb 23, 2013 at 6:08 PM, Marko Cupać wrote:
|
Commented by: marko-cupac Hi, I attached scons output. I see it complains about missing libraries, even though I have them installed: pacija@kaa:/usr/local/lib/portaudio2 % ls
etc. |
Commented by: rryan Yes, there's a bug in our build system that if Mixxx cannot find Qt then it On Mon, Feb 25, 2013 at 2:58 AM, Marko Cupać wrote:
|
Commented by: rryan You can see it fail the check for libsndfile here because of missing QtCore: gcc -o .sconf_temp/conftest_5 .sconf_temp/conftest_5.o -L/usr/lib On Mon, Feb 25, 2013 at 10:54 AM, RJ Ryan wrote:
|
Commented by: marko-cupac Hm, what can I say, it is right there in /usr/local/lib/qt4/ (see attached file). However, it is called libQtCore, not lQtCore. Path is guessed fine as seen in previous scons output attachment. |
Commented by: rryan -lQtCore is the linker flag which means "look for libQtCore in the library export LDFLAGS="-L/usr/local/lib/qt4" I see the guessed Qt path is correct, though I'm not sure why it isn't On Tue, Feb 26, 2013 at 3:16 PM, Marko Cupać wrote:
|
Commented by: rryan Oh nevermind, now I see why /usr/local/lib/qt4 is not added to the link On Tue, Feb 26, 2013 at 4:07 PM, RJ Ryan wrote:
|
Commented by: marko-cupac No visible improvement, scons still exits because of unmet dependencies. I am sending you files from mixxx port directory /usr/ports/audio/mixxx/files. These are patches applied when building mixxx on FreeBSD. Unfortunately as far as I am informed mixxx has no official maintainer at the moment, so I do not know who created patches and put them into port dir. |
Issue closed with status Expired. |
Reported by: marko-cupac
Date: 2012-12-03T13:20:05Z
Status: Expired
Importance: Low
Launchpad Issue: lp1085955
Tags: bsd, opengl
Attachments: gdb, glxgears.png, config.log, [scon output](https://bugs.launchpad.net/bugs/1085955/+attachment/3545803/+files/scon output), qt4dir, bsd.patch, [filesdir content](https://bugs.launchpad.net/bugs/1085955/+attachment/3549423/+files/filesdir content)
mixxx-1.10.1 compiles fine on FreeBSD 8.3-RELEASE-p3 amd64, but when trying to start it from console all I get it is:
Segmentation fault (core dumped)
and 20MB mixxx.core file in my home dir
The text was updated successfully, but these errors were encountered: