IBProvider error:w3wp.exe restart problem

Discuss a software development with IBProvider

Re: IBProvider error:w3wp.exe restart problem

Postby fsahin » 09 Mar 2010, 18:02

Hi,

I used fbclient.dll for FB2.5 (x86).
w3wp.exe problems somewhat decreased this site.

But other site (x64) still has problems. (I sent the dump file at first site)
Site frequently gives error w3wp.exe.

Windows event log:

Faulting application w3wp.exe, version 6.0.3790.3959, stamp 45d691cc, faulting module kernel32.dll, version 5.2.3790.4480, stamp 49c51cdd, debug? 0, fault address 0x0000000000027ded.

connection string :

connectionString="Provider=LCPI.IBProvider.3; Data Source=localhost; Location=localhost/3055:D:\X.fdb; ctype=WIN1254; Persist Security Info=True; auto_commit=True; auto_commit_level=4096; dbclient_library=D:\fbclient.dll; dbclient_type=fb1.5; rowset_vm_using=-1; reset_ds_tr_rule=2; User ID=SYSDBA; Password=masterkey;"

I tried "OLE DB Services =-13" parameter but I could not see a difference error in the frequency so I removed that parameter.
I added "reset_ds_tr_rule=2" parameter to connection string.
But this parameter also falls into error more ?

full dump files:

http://www.bayikare.com/Full_Crash_rule ... wp.exe.rar

mini dump files:

http://www.bayikare.com/Mini_Crash_rule ... wp.exe.rar

Thanks for help.
fsahin
 
Posts: 23
Joined: 01 May 2009, 19:56

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 09 Mar 2010, 19:13

Could you give to me the DLL and PDB of your fbclient.dll (2.5.0.25920 x64)?
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

Re: IBProvider error:w3wp.exe restart problem

Postby fsahin » 09 Mar 2010, 19:26

Hi,

fbclient.dll and fbclient.pdb (2.5.0.25920 x64)

http://www.netsim.com.tr/b2b/fbclient.rar
fsahin
 
Posts: 23
Joined: 01 May 2009, 19:56

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 09 Mar 2010, 19:33

fsahin wrote:Hi,

fbclient.dll and fbclient.pdb (2.5.0.25920 x64)

http://www.netsim.com.tr/b2b/fbclient.rar


Can't download :(
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

Re: IBProvider error:w3wp.exe restart problem

Postby fsahin » 09 Mar 2010, 19:39

hmm, try this one, please

http://www.bayikare.com/fbc.rar
fsahin
 
Posts: 23
Joined: 01 May 2009, 19:56

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 09 Mar 2010, 19:47

fsahin wrote:hmm, try this one, please

http://www.bayikare.com/fbc.rar


Ok. As I understand - this is your private build?
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

Re: IBProvider error:w3wp.exe restart problem

Postby fsahin » 09 Mar 2010, 21:01

Hi,

I started to use fbclient.dll for fb2.5 (2.5.0.25946).
I am currently tracing event logs.
I'll give information about the situation tomorrow.

Thanks for help.
fsahin
 
Posts: 23
Joined: 01 May 2009, 19:56

Re: IBProvider error:w3wp.exe restart problem

Postby fsahin » 09 Mar 2010, 21:07

Hi,

New fbclient.dll and fbclient.pdb download link :

http://www.bayikare.com/fbclient-25946.rar
fsahin
 
Posts: 23
Joined: 01 May 2009, 19:56

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 10 Mar 2010, 00:35

Hi

I reviewed the
w3wp__PID__276__Date__03_09_2010__Time_02_42_50PM__609__First chance exception 0XE06D7363.dmp

This is dump for exception (class: status_exception)

Stack
1. why.cpp [735] translate<CBlob>
- status_exception::raise(Arg::Gds(ToHandle::hError()));
2. why.cpp [1690] GDS_CLOSE_BLOB
- Blob blob = translate<CBlob>(blob_handle);
3. IBProvider code

GDS_CLOSE_BLOB has the try{}catch code. So I do not understand reason of this "error"

IBProvider and fbclient use exception for processing of own internal errors

May be you should disable the "processing the exception" in your "DebugDiag tool" ?
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

Re: IBProvider error:w3wp.exe restart problem

Postby fsahin » 15 Mar 2010, 18:12

Hi,

I started to use fbclient.dll for fb2.5 (2.5.0.25946) since last Tuesday evening (9 March 2010).
But unfortunately w3wp.exe errors continues !

Here are reports of microsoft error reporting service : http://www.bayikare.com/QSignoff.rar (not DebugDiag)
Maybe this dump reports can help solve the problem.

Thanks for help.
fsahin
 
Posts: 23
Joined: 01 May 2009, 19:56

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 16 Mar 2010, 11:34

Hi

Give me the next binaries from your x64 system

ntdll.dll (x64 5.02.3790.4455)
kernel32.dll (x64 5.02.3790.4480)

---
Also. I sent to you the new IBProvider 3.0.0.8906 (debug build) and PDB
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 16 Mar 2010, 13:02

Hi again

I think, your (NET) code generates a StackOverflow exception

But I do not understand - why
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

Re: IBProvider error:w3wp.exe restart problem

Postby fsahin » 16 Mar 2010, 13:06

Hi,

ntdll.dll (x64 5.02.3790.4455) and kernel32.dll (x64 5.02.3790.4480) for my x64 system :

http://www.bayikare.com/system32.rar

I downloaded the new IBProvider 3.0.0.8906 for customers link.
Because dll file only could not registered, it needs setup file !
I put into the directory (Program Files (x86)\LCPI_IBProvider\bin_x64) pdb file that you send.

I continue to trace the site.
Thanks for help.
fsahin
 
Posts: 23
Joined: 01 May 2009, 19:56

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 16 Mar 2010, 13:25

fsahin wrote:Hi,

ntdll.dll (x64 5.02.3790.4455) and kernel32.dll (x64 5.02.3790.4480) for my x64 system :


Ok. Thanks.
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

Re: IBProvider error:w3wp.exe restart problem

Postby Kovalenko Dmitry » 16 Mar 2010, 14:16

Hi

See Debugging a .NET crash with rules in Debug Diag

May be you find the usefull information ...
Attachments
CrashStack.jpg
(68.21 KiB) Not downloaded yet
Kovalenko Dmitry
Site Admin
 
Posts: 621
Joined: 17 Nov 2005, 20:51
Location: Russia, Lipetsk

PreviousNext

Return to Programming with IBProvider

Who is online

Users browsing this forum: No registered users and 1 guest

cron