[taxipilot-develop] [ taxipilot-Bugs-1250774 ] Compiles w/out error. Crashes @ start.
Status: Beta
Brought to you by:
tfry
|
From: SourceForge.net <no...@so...> - 2005-08-24 11:38:58
|
Bugs item #1250774, was opened at 2005-08-03 07:28 Message generated for change (Comment added) made by tfry You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=409706&aid=1250774&group_id=33948 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: jda (jaddin) Assigned to: Thomas Friedrichsmeier (tfry) Summary: Compiles w/out error. Crashes @ start. Initial Comment: **Re-submitted with contact info** v0.9.1 Seemed to compile fine with no errors. After launch, aRts immdiately crashes when you advance to the game screen. The intro screen continues to run with all animation and text scroller functioning. When you press 'Space' to begin the game, Taxipilot crashes completely. Configuration : KDE 3.3.2 alsa 1.0.8 aRts 1.3.2 ---------------------------------------------------------------------- >Comment By: Thomas Friedrichsmeier (tfry) Date: 2005-08-24 13:38 Message: Logged In: YES user_id=300591 I must admit I don't really have a clue, what might be going wrong. A few questions (blind guesses, but maybe they do shed some light): 1) Could you run "taxipilot --debug-level 3" and post the last 20 lines of output? 2) Since the crash does not seem to be directly related to sound: Does aRTs crash consistently on every launch of Taxipilot or only sometimes (on my system, lately, I see soundserver crashes every now and then for a variety of apps)? 3) Which version of gcc are you using? Any chance this may have something to do with the transition to gcc 4? Any warnings during the linking stage? 4) Does the game crash regardless of which mission you chose? Thanks! ---------------------------------------------------------------------- Comment By: jda (jaddin) Date: 2005-08-23 23:32 Message: Logged In: YES user_id=1323063 Thanks for the response. I did attempt to run the program with sound un-checked with the same results. When simply running in the console, it gives the message 'Application TaxiPilot crashing' Kcrash gives SIG 11 dialog. This is the backtrace information... Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1242732864 (LWP 27578)] [KCrash handler] #7 0xb6c8bc05 in KKey::init () from /usr/lib/libkdecore.so.4 #8 0xb6c8bc84 in KKey::KKey () from /usr/lib/libkdecore.so.4 #9 0x0807128d in TaxipilotApp::eventFilter () #10 0xb66c397e in QObject::activate_filters () from /usr/lib/qt3/lib/libqt-mt.so.3 #11 0x08186318 in ?? () #12 0x0818b668 in ?? () #13 0xbfffef40 in ?? () #14 0xb7ff3d68 in _dl_lookup_symbol_x ( undef_name=0xf684086 <Address 0xf684086 out of bounds>, undef_map=0x9684086, ref=0x0, symbol_scope=0x0, version=0x8186318, type_class=135844584, flags=0, skip_map=0x8190310) at dl-lookup.c:251 --------- This is some other debug (gdb) data... Starting program: /usr/bin/taxipilot [Thread debugging using libthread_db enabled] [New Thread -1242732864 (LWP 26273)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1242732864 (LWP 26273)] 0xb6c8bc05 in KKey::init () from /usr/lib/libkdecore.so.4 Run till exit from #0 0xb6c8bc05 in KKey::init () from /usr/lib/libkdecore.so.4 KCrash: Application 'taxipilot' crashing... Detaching after fork from child process 26509. Program exited with code 0375. ----------- I have libkdecore/devel 4 3.3.2-124.2 Thanks! ---------------------------------------------------------------------- Comment By: Thomas Friedrichsmeier (tfry) Date: 2005-08-23 16:48 Message: Logged In: YES user_id=300591 Sorry for the long delay! Could you please try running taxipilot from the console and post any error-messages shown? Also, in order to confirm whether or not this really is an issue related to sound, could you try to disable sound prior to pressing 'Space' (Settings->Configure Taxipilot), and check whether it still crashes? Thanks for your feedback! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=409706&aid=1250774&group_id=33948 |