Unhandled Page Fault ....Help Me...{unixODBC is Crashing in

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
James Mckenzie

Unhandled Page Fault ....Help Me...{unixODBC is Crashing in

Post by James Mckenzie »

2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc)
Are you running as root? If so, this may be the cause of your problem.

If you are running as Oracle, why did you install the ODBC as root?
I request to fix this issue where exactly the problem could be.
I think you want someone to fix this for you. The problem appears to be that the unixODBC program is causing Wine to crash. I do have a request for you: Please install the Windows Oracle Client and see if you can tnsping your Oracle server.

James Mckenzie
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

Post by yugandhar »

Hi,
2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc)

Are you running as root? If so, this may be the cause of your problem.
If you are running as Oracle, why did you install the ODBC as root?
As the part of oracle database installation,Unixodbc is installed as root.
An user is created as installation process and from that user only am running my application.This worked some times.This crash occurs When tried to run the same application couple of times.
Please install the Windows Oracle Client and see if you can tnsping your Oracle server.
I could able to tnsping Oracle Server running in linux from Windows Oracle client.


-Yug
James McKenzie

Unhandled Page Fault ....Help Me...{unixODBC is Crashing in

Post by James McKenzie »

yugandhar wrote:
Hi,


2 0x60b51b11 function_return_ex+0x281(level=3, handle=<register ESI not in topmost frame>, ret_code=-1, save_to_diag=0) [/root/unixODBC-2.2.12/DriverManager/__info.c:4791] in libodbc.so.1 (0x7ed37dbc)

Are you running as root? If so, this may be the cause of your problem.
If you are running as Oracle, why did you install the ODBC as root?
As the part of oracle database installation,Unixodbc is installed as root.
An user is created as installation process and from that user only am running my application.This worked some times.This crash occurs When tried to run the same application couple of times.


Please install the Windows Oracle Client and see if you can tnsping your Oracle server.
I could able to tnsping Oracle Server running in linux from Windows Oracle client.


Then use the Windows Oracle Client! unixODBC should not be available to
your Wine session. I read this today in this mailing list, but the
message series may be from June through today.

In other words, someone else had this problem and the only method to fix
it was to use the client, not the unixODBC system.

James McKenzie
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

Post by yugandhar »

Then use the Windows Oracle Client! unixODBC should not be available to
your Wine session. I read this today in this mailing list, but the
message series may be from June through today.


oracle client and oracle server are installed in oracle enterprise server.
unixODBC provides the driver manager and odbc connectivity.
ODBC connection is perfect.Am running my windows executable from linux
using wine-1.1.7.
In other words, someone else had this problem and the only
method to fix it was to use the client, not the unixODBC system.
unixODBC is the DriverManager.My application uses oracle client to communicate with oracle database server.
yugandhar
Level 2
Level 2
Posts: 25
Joined: Mon Dec 01, 2008 11:08 am

Post by yugandhar »

My issue got resolved.Its nothing to do with wine.Its related to connection pooling of odbc.

Thanks,
Yug
Locked