Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AV in UTLD_parse_sqlda [CORE3936] #4269

Closed
firebird-automations opened this issue Sep 24, 2012 · 6 comments
Closed

AV in UTLD_parse_sqlda [CORE3936] #4269

firebird-automations opened this issue Sep 24, 2012 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @ibprovider

Attachments:
AV_in_UTLD_parse_sqlda.ZIP

superclassic x64 2.5.3.26540

fbclient.dll [renamed to gds32.dll] version :2.5.3.26540 [x64]

-----------
> gds32.dll!UTLD_parse_sqlda(__int64 * status=0x000000000029b200,
sqlda_sup * const dasup=0x0000000004108958,
unsigned short * blr_length=0x0000000004222300,
unsigned short * msg_type=0x0000000000000000,
unsigned short * msg_length=0x0000000000200000,
unsigned short dialect=1,
const XSQLDA * xsqlda=0x0000000004222300,
const unsigned short clause=0) Строка 627 + 0x6 байт C++

gds32.dll!isc_dsql_fetch(__int64 * user_status=0x0000000002a7000a,
unsigned int * stmt_handle=0x00000000036cf758,
unsigned short dialect=61088,
const XSQLDA * sqlda=0x000000000000000c) Строка 3151 + 0x2c байт C++

------------------- [source from UTLD_parse_sqlda]
// Fill in the return values to the caller.

	\*blr\_length = same\_flag ? 0 : blr\_len;
	\*msg\_length = msg\_len;
	\*msg\_type = 0; // \[line 627\] <\-\-\-\-\-\-\-\-\-\-\-\-\-\- AV
@firebird-automations
Copy link
Collaborator Author

Commented by: @ibprovider

Crash dump with PDB and DLL

@firebird-automations
Copy link
Collaborator Author

Modified by: @ibprovider

Attachment: AV_in_UTLD_parse_sqlda.ZIP [ 12231 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @ibprovider

Hm

Seem this is problem with my new hardware. Please close this wrong ticket.

Sorry.

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

Closed at original posters request.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Cannot Reproduce [ 5 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment