Access Violation when using Berkely DB in C-Language Function in VS2005 - Mailing list pgsql-hackers

From chaoyong wang
Subject Access Violation when using Berkely DB in C-Language Function in VS2005
Date
Msg-id BAY119-W31DB3972E0444A95DD0A63E5240@phx.gbl
Whole thread Raw
List pgsql-hackers
.hmmessage P {margin:0px;padding:0px;} body.hmmessage {font-size:10pt;font-family:Verdana;} .hmmessage P {margin:0px;padding:0px;} body.hmmessage {font-size:10pt;font-family:Verdana;} Hi,
    I'm trying to use Berkely DB in C-Language Function in VS2005, following Magnus Hagander's advice, I successfully loaded BDB's library.

    But when it goes to the following to statement, it shows an "int postgres.exe: access violation" error message box:
        env->set_data_dir(env, data_dir);
        db->open(db,NULL,relation_name,NULL,DB_BTREE,dbflags,0);

    and quickly goes to line 4262 of backend/utils/misc/guc.c

    This error usually ocurs when overbound, overflow or sth. like that, but I didn't figure out why?

    The attachment includes my sourcefile and the scenario image. Thanks~~



Best Regards
Cristian



Hotmail: Trusted email with Microsoft’s powerful SPAM protection. Sign up now.
Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Next
From: Robert Haas
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL