You are not logged in.

#1 2008-09-05 15:15:50

yoshi
Member
Registered: 2008-07-21
Posts: 17

Xmoto: segmentation fault

This is the only output when I run xmoto. I tried to reinstall and to delete ~/.xmoto without results. Any ideas?

Offline

#2 2008-09-05 16:16:30

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Xmoto: segmentation fault

I have the same issue. Not sure when and how it started though or how to fix it.

Edit: I filed a bug report for this issue.

Last edited by foutrelis (2008-09-05 23:06:38)

Offline

#3 2008-09-05 17:42:04

paulez
Member
Registered: 2007-07-28
Posts: 24

Re: Xmoto: segmentation fault

Same problem here.

Offline

#4 2008-09-05 23:19:41

paulez
Member
Registered: 2007-07-28
Posts: 24

Re: Xmoto: segmentation fault

The segfault occurs in sqlite3 lib. Downgrading it to 3.6.1 version solves the problem.

Offline

#5 2008-09-06 11:08:13

yoshi
Member
Registered: 2008-07-21
Posts: 17

Re: Xmoto: segmentation fault

paulez wrote:

The segfault occurs in sqlite3 lib. Downgrading it to 3.6.1 version solves the problem.

It works, thanks!
How I can ignore just the 3.6.2-1 version of sqlite3? IgnorePkg in pacman.conf ignore all new version..

Offline

#6 2008-09-06 11:47:18

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: Xmoto: segmentation fault

yoshi wrote:

How I can ignore just the 3.6.2-1 version of sqlite3? IgnorePkg in pacman.conf ignore all new version..

When you `pacman -Syu` and have sqlite3 listed in IgnorePkg it will say something like:

warning: sqlite3: ignoring package upgrade (3.6.1-1 => 3.6.2-1)

When sqlite3 3.6.3 is released into Arch it will say:

warning: sqlite3: ignoring package upgrade (3.6.1-1 => 3.6.3-1)

Then you can remove sqlite3 from IgnorePkg and `pacman -Su` once more. smile

Offline

#7 2008-09-06 12:47:30

yoshi
Member
Registered: 2008-07-21
Posts: 17

Re: Xmoto: segmentation fault

ok, like I thought, thanks!

Offline

Board footer

Powered by FluxBB