[marble] [Bug 357157] Marble crashes while trying to open .osm files using the open file icon in Edit Maps Panel.

2021-01-02 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=357157

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 357157] Marble crashes while trying to open .osm files using the open file icon in Edit Maps Panel.

2020-12-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=357157

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 357157] Marble crashes while trying to open .osm files using the open file icon in Edit Maps Panel.

2020-12-03 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=357157

Justin Zobel  changed:

   What|Removed |Added

 CC||justin.zo...@gmail.com
 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #4 from Justin Zobel  ---
Thank you for the report.

As it has been a while since this was reported, can you please test and confirm
if this issue is still occurring or if this bug report can be marked as
resolved.

I have set the bug status to "needsinfo" pending your response, please change
back to "reported" or "resolved/worksforme" when you respond, thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 357157] Marble crashes while trying to open .osm files using the open file icon in Edit Maps Panel.

2016-01-16 Thread Dennis Nienhüser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357157

Dennis Nienhüser  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||nienhue...@kde.org
 Ever confirmed|0   |1

--- Comment #2 from Dennis Nienhüser  ---
Seems to be some kind of race condition. Commenting
m_parsingTasks[i]->deleteLater(); in
ParsingRunnerManager::Private::cleanupParsingTask works around it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 357157] Marble crashes while trying to open .osm files using the open file icon in Edit Maps Panel.

2016-01-16 Thread Dennis Nienhüser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357157

--- Comment #3 from Dennis Nienhüser  ---
Git commit 31f7b982736eaece5a8d9958f1aca06dedc630be by Dennis Nienhüser.
Committed on 16/01/2016 at 15:57.
Pushed by nienhueser into branch 'master'.

Fix a crash when using the blocking API of ParsingRunnerManager

Both QThreadPool and ParsingRunnerManager were trying to delete the
same class instance. Now ParsingRunnerManager only keeps track of
the number of active parsers, but does not attempt to delete them
once they finish.

A simpler fix would have been to call setAutoDelete(false) in the
ParsingTask ctor, but this approach seems cleaner.

M  +15   -19   src/lib/marble/ParsingRunnerManager.cpp
M  +1-2src/lib/marble/ParsingRunnerManager.h
M  +1-1src/lib/marble/RunnerTask.cpp
M  +1-1src/lib/marble/RunnerTask.h

http://commits.kde.org/marble/31f7b982736eaece5a8d9958f1aca06dedc630be

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 357157] Marble crashes while trying to open .osm files using the open file icon in Edit Maps Panel.

2016-01-16 Thread Dennis Nienhüser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357157

Dennis Nienhüser  changed:

   What|Removed |Added

  Flags||Backport+

-- 
You are receiving this mail because:
You are watching all bug changes.

[marble] [Bug 357157] Marble crashes while trying to open .osm files using the open file icon in Edit Maps Panel.

2015-12-25 Thread sutirtha via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357157

--- Comment #1 from sutirtha  ---
Created attachment 96299
  --> https://bugs.kde.org/attachment.cgi?id=96299=edit
the .osm file that causes the  crash

-- 
You are receiving this mail because:
You are watching all bug changes.