Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2022 00:01:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267446] games/xmoto: Crashes at startup
Message-ID:  <bug-267446-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267446

            Bug ID: 267446
           Summary: games/xmoto: Crashes at startup
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: amdmi3@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(amdmi3@FreeBSD.org)
          Assignee: amdmi3@FreeBSD.org

xmoto-0.6.1_3 crashes on 13.1 STABLE with ode-0.13_4,1:


---gdb log---
New UI allocated
(gdb) r
Starting program: /usr/local/bin/xmoto
[New LWP 108967 of process 52881]
[New LWP 108968 of process 52881]

Thread 1 received signal SIGSEGV, Segmentation fault.
Address not mapped to object.
0x00000008010da934 in strtod_l (s00=3D0x0, se=3D0x0, loc=3D<optimized out>)=
 at
gdtoa_strtod.c:147
147             for(s =3D s00;;s++) switch(*s) {
(gdb) bt
#0  0x00000008010da934 in strtod_l (s00=3D0x0, se=3D0x0, loc=3D<optimized o=
ut>) at
gdtoa_strtod.c:147
#1  0x0000000800ad5e6f in ?? () from /usr/local/lib/libGLU.so.1
#2  0x0000000800adaa33 in gluBuild2DMipmaps () from /usr/local/lib/libGLU.s=
o.1
#3  0x00000000003208bb in TextureManager::createTexture (this=3D0x8024acdc8,
Name=3D"roundButtonPressed", pcData=3D0x80546d500 "", nWidth=3D128, nHeight=
=3D128,
bAlpha=3Dtrue, bClamp=3Dfalse,
    eFilterMode=3DFM_MIPMAP) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/common/VTextur=
e.cpp:179
#4  0x00000000003210f0 in TextureManager::loadTexture (this=3D0x8024acdc8,
Path=3D"Textures/UI/roundButtonPressed.png", bSmall=3Dfalse, bClamp=3Dfalse,
eFilterMode=3DFM_MIPMAP, persistent=3Dtrue,
    associatedSprite=3D0x802486d00) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/common/VTextur=
e.cpp:340
#5  0x00000000002fdb51 in Theme::loadTexture (this=3D0x8024acdc0,
p_fileName=3D"Textures/UI/roundButtonPressed.png", bSmall=3Dfalse, bClamp=
=3Dfalse,
eFilterMode=3DFM_MIPMAP, persistent=3Dtrue,
    associateSprite=3D0x802486d00) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/common/Theme.c=
pp:114
#6  0x0000000000302f49 in Sprite::getTexture (this=3D0x802486d00, bSmall=3D=
false,
bClamp=3Dfalse, eFilterMode=3DFM_MIPMAP)
    at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/common/Theme.c=
pp:707
#7  0x000000000038a61f in UIButtonDrawn::UIButtonDrawn (this=3D0x8024ada40,
pParent=3D0x802447320, i_spriteUnpressed=3D"RoundButtonUnpressed",
i_spritePressed=3D"RoundButtonPressed",
    i_spriteHover=3D"RoundButtonHover", x=3D560, y=3D390, Caption=3D..., nW=
idth=3D180,
nHeight=3D180) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/gui/basic/GUIB=
uttonDrawn.cpp:42
#8  0x000000000039c5ab in UIQuickStartButton::UIQuickStartButton
(this=3D0x8024ada40, pParent=3D0x802447320, x=3D560, y=3D390, Caption=3D"Qu=
ick start",
nWidth=3D180, nHeight=3D180, i_qualityMIN=3D1,
    i_difficultyMIN=3D1, i_qualityMAX=3D5, i_difficultyMAX=3D5) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/gui/specific/G=
UIXMoto.cpp:285
#9  0x0000000000407654 in StateMainMenu::createGUIIfNeeded
(i_screen=3D0x8024ad7e4) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/states/StateMa=
inMenu.cpp:896
#10 0x00000000004064a4 in StateMainMenu::enter (this=3D0x8024ad7c0) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/states/StateMa=
inMenu.cpp:166
#11 0x000000000041d6c4 in StateManager::pushState (this=3D0x8024467c0,
pNewState=3D0x8024ad7c0) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/states/StateMa=
nager.cpp:185
#12 0x00000000004acbdf in GameApp::run_load (this=3D0x802424000, nNumArgs=
=3D1,
ppcArgs=3D0x7fffffffe798) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/xmoto/GameInit=
.cpp:705
#13 0x00000000004a8347 in GameApp::run (this=3D0x802424000, nNumArgs=3D1,
ppcArgs=3D0x7fffffffe798) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/xmoto/GameInit=
.cpp:158
#14 0x00000000004a8192 in main (nNumArgs=3D1, ppcArgs=3D0x7fffffffe798) at
/disk-samsung/freebsd-ports/games/xmoto/work/xmoto-0.6.1/src/xmoto/GameInit=
.cpp:117
(gdb)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267446-7788>