Bug 880280 - [abrt] megaglest-3.7.1-1.fc18: Glest::Game::Renderer::MapRenderer::renderVisibleLayers: Process /usr/bin/megaglest was killed by signal 11 (SIGSEGV)
Summary: [abrt] megaglest-3.7.1-1.fc18: Glest::Game::Renderer::MapRenderer::renderVisi...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: mesa
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:e681a285e273d2c808fa9e9809f...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-26 15:50 UTC by admin
Modified: 2014-02-05 13:17 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-05 13:17:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (70.29 KB, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: build_ids (3.56 KB, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: cgroup (131 bytes, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: core_backtrace (2.67 KB, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: dso_list (8.08 KB, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: environ (1.60 KB, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: limits (1.29 KB, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: maps (93.98 KB, text/plain)
2012-11-26 15:50 UTC, admin
no flags Details
File: open_fds (1.10 KB, text/plain)
2012-11-26 15:51 UTC, admin
no flags Details
File: proc_pid_status (927 bytes, text/plain)
2012-11-26 15:51 UTC, admin
no flags Details
File: var_log_messages (302 bytes, text/plain)
2012-11-26 15:51 UTC, admin
no flags Details
File: smolt_data (2.86 KB, application/octet-stream)
2012-11-26 15:51 UTC, admin
no flags Details

Description admin 2012-11-26 15:50:28 UTC
Description of problem:
Just run any campaign

Version-Release number of selected component:
megaglest-3.7.1-1.fc18

Additional info:
backtrace_rating: 4
cmdline:        megaglest
crash_function: Glest::Game::Renderer::MapRenderer::renderVisibleLayers
executable:     /usr/bin/megaglest
kernel:         3.6.7-5.fc18.x86_64
uid:            1000
xsession_errors: 

Truncated backtrace:
Thread no. 1 (10 frames)
 #1 Glest::Game::Renderer::MapRenderer::renderVisibleLayers at /usr/src/debug/megaglest-3.7.1/source/glest_game/graphics/renderer.cpp:4090
 #2 Glest::Game::Renderer::renderSurface at /usr/src/debug/megaglest-3.7.1/source/glest_game/graphics/renderer.cpp:4205
 #3 Glest::Game::Game::render3d at /usr/src/debug/megaglest-3.7.1/source/glest_game/game/game.cpp:3903
 #4 Glest::Game::Game::renderWorker at /usr/src/debug/megaglest-3.7.1/source/glest_game/game/game.cpp:2087
 #5 Glest::Game::Game::render at /usr/src/debug/megaglest-3.7.1/source/glest_game/game/game.cpp:2017
 #6 Glest::Game::Program::loopWorker at /usr/src/debug/megaglest-3.7.1/source/glest_game/main/program.cpp:411
 #7 Glest::Game::ExceptionHandler::handleRuntimeError at /usr/src/debug/megaglest-3.7.1/source/glest_game/main/main.cpp:430
 #8 Glest::Game::handleSIGSEGV at /usr/src/debug/megaglest-3.7.1/source/glest_game/main/main.cpp:4938
 #10 ??
 #11 Glest::Game::Renderer::MapRenderer::renderVisibleLayers at /usr/src/debug/megaglest-3.7.1/source/glest_game/graphics/renderer.cpp:4090

Comment 1 admin 2012-11-26 15:50:33 UTC
Created attachment 652033 [details]
File: backtrace

Comment 2 admin 2012-11-26 15:50:39 UTC
Created attachment 652034 [details]
File: build_ids

Comment 3 admin 2012-11-26 15:50:41 UTC
Created attachment 652035 [details]
File: cgroup

Comment 4 admin 2012-11-26 15:50:44 UTC
Created attachment 652036 [details]
File: core_backtrace

Comment 5 admin 2012-11-26 15:50:47 UTC
Created attachment 652037 [details]
File: dso_list

Comment 6 admin 2012-11-26 15:50:51 UTC
Created attachment 652038 [details]
File: environ

Comment 7 admin 2012-11-26 15:50:56 UTC
Created attachment 652039 [details]
File: limits

Comment 8 admin 2012-11-26 15:50:59 UTC
Created attachment 652040 [details]
File: maps

Comment 9 admin 2012-11-26 15:51:02 UTC
Created attachment 652041 [details]
File: open_fds

Comment 10 admin 2012-11-26 15:51:04 UTC
Created attachment 652042 [details]
File: proc_pid_status

Comment 11 admin 2012-11-26 15:51:07 UTC
Created attachment 652043 [details]
File: var_log_messages

Comment 12 admin 2012-11-26 15:51:11 UTC
Created attachment 652044 [details]
File: smolt_data

Comment 13 Paulo Andrade 2012-11-27 04:01:47 UTC
Did it work with megaglest 3.6.0.3? I would like to know
it before reassigning the bug, but I am almost certain it
is an mesa/drm issue.

The backtrace is when doing this call:

	for(Layers::iterator layer= layers.begin(); layer!= layers.end(); ++layer)
		(*layer)->renderVisibleLayer();
	glDisableClientState(GL_VERTEX_ARRAY);
=>	glBindBuffer(GL_ARRAY_BUFFER_ARB,0);
	glBindBuffer(GL_ELEMENT_ARRAY_BUFFER_ARB,0);

It should be useful to give some information about video card,
at least "$ lspci |grep VGA".

From what I noticed from loaded objects it is an intel card.
so you may want to follow mostly procedures described at
http://intellinuxgraphics.org/how_to_report_bug.html

Comment 14 admin 2012-11-27 15:07:13 UTC
Yes, it's mesa/drm issue. Sorry for my bad english. I think, I will report this bug to intellinuxgrafics.org later. megaglest 3.6.0.3 also not work.

[Raistlin@mobile ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
[Raistlin@mobile ~]$ 

It's the intel GMA 3100. Netvook is the Acer AOD260. I have some other issues with grafics in KDE and with some other games, thanks for your advise.

Comment 15 Paulo Andrade 2012-12-09 13:45:17 UTC
Sorry for not reassigning it before to mesa, but here it goes.

Comment 16 Adam Jackson 2013-01-04 20:33:49 UTC
Not the current bug, but glest might want to consider not making its segfault handler reenter the main loop, that can't possibly do anything good.

Comment 17 Fedora End Of Life 2013-12-21 09:30:31 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 18 Fedora End Of Life 2014-02-05 13:17:44 UTC
Fedora 18 changed to end-of-life (EOL) status on 2014-01-14. Fedora 18 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.