Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
OPEN  Crash report #691  -  channel.position contains NAN
Posted Nov 12, 2014 - updated Nov 12, 2014   Shortlink: http://arx.vg/691
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Crash report
  • Status
     
    New
  • Assigned to
    Not assigned to anyone
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Eli2
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Sound
  • Resolution
    Not determined
  • Priority
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Not determined
  • Architecture
    icon_customdatatype.png Not determined
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
 0	__GI_raise	raise.c	56	0x7ffff5e2bbb9	
 1	__GI_abort	abort.c	89	0x7ffff5e2efc8	
 2	__assert_fail_base	assert.c	92	0x7ffff5e24a76	
 3	__GI___assert_fail	assert.c	101	0x7ffff5e24b22	
 4	glm::sqrt<float>	func_exponential.inl	149	0x47a157	
 5	glm::length<float, (glm::precision)0>	func_geometric.inl	109	0x4b7991	
 6	glm::distance<float, (glm::precision)0>	func_geometric.inl	155	0x4b791a	
 7	audio::OpenALSource::updateCulling	OpenALSource.cpp	628	0x4b39f4	
 8	audio::Source::update	AudioSource.cpp	56	0x49f793	
 9	audio::update	Audio.cpp	234	0x499991	
 10	SoundUpdateThread::run	GameSound.cpp	1708	0x6f3df1	
 11	Thread::entryPoint	Thread.cpp	120	0x6c7c5a	
 12	start_thread	pthread_create.c	312	0x7ffff7bc4182	
 13	clone	clone.S	111	0x7ffff5eeffbd	


Steps to reproduce this issue
Nothing entered.

#3
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Nov 12, 02:14
Yeah smileys/4.png

We already check for denormalized floats in OpenALSource::setPosition() and other places.