|
From: Vlad H. <hv...@us...> - 2006-02-24 07:27:16
|
> >>I can reliably reproduce the above server crash through a sequence of
> >
> > If it possible feel free to send me how to reproduce this crash
>
> So far I was not able to isolate a case, sorry.
Can you setup .pdb files, activate dr.Watson and produce crash dump ?
It can help to understand where crash is, at least
> > There are no such error code but 3221225477 == 0xC0000005 which
> > is a well known win32 exception - access violation.
>
> So I succeed in driving FB into an AV, probably by somehow
> removing/changing or blocking resources it needs? How can I do this by
> only sending it DDL and DML? The client application runs on a different
> machine.
Perhaps we have some (new) bug
> I have changed the page buffers from 2048 to 4096, and the error is gone
> for now. Would that give a clue?
Not much ;) Usually there are no reason to have page size less than 4096
But crash is not appropriate in any page size so i'd like to fix it anyway
Regards,
Vlad
|