Issue Details (XML | Word | Printable)

Key: CORE-2483
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dmitry Yemanov
Reporter: Alexander Peshkov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Firebird Core

Database permanent pool may get corrupted when working with monitoring tables

Created: 29/May/09 04:36 PM   Updated: 12/Nov/09 01:44 PM
Component/s: Engine
Affects Version/s: 2.1.0, 2.1.1, 2.1.2
Fix Version/s: 2.1.3

Time Tracking:
Not Specified

Environment: posix (except solaris) classic server

Planning Status: Unspecified


 Description  « Hide
AST in given environment is actually signal handler. It can happen at any moment, therefore possible activities in AST are very limited. One of the rules is that there should be no new/delete operators during AST processing. But database snapshot AST is using class ClumpletWriter, which may perform memory allocation when clumplets are added to it. corrupting therefore dbb_permanent memory pool.

I do not have direct confirmations that it happens, but do have 2 core files, where dbb_permanent is corrupted, and it's known that people who got that cre files were actively working with monitoring tables.

 All   Comments   Work Log   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
The cvs commits can not be displayed for repository Firebird at the moment since the log has not yet been parsed. The log will be parsed the next time the VcsService runs. If you have administrators privileges you can hasten the next time the service will run in the service section of the Administration pages.