The following issue has been RESOLVED. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=651 
====================================================================== 
Reported By:                automaticit
Assigned To:                paul
====================================================================== 
Project:                    DBMail
Issue ID:                   651
Category:                   Database layer
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     resolved
target:                      
Resolution:                 fixed
Fixed in Version:           2.2.7
====================================================================== 
Date Submitted:             09-Oct-07 20:33 CEST
Last Modified:              27-Oct-07 10:37 CEST
====================================================================== 
Summary:                    _db_params not sourced in from global
Description: 
In modules/dbpgsql.c, _db_params is not sourced in from the global context.
Change line 82 to read:
extern db_param_t _db_params;
to fix this. This manifests as all _db_params.* values returning an empty
string. This is in the latest stable build as well as Rev 2753 of the SVN
trunk.
====================================================================== 

---------------------------------------------------------------------- 
 automaticit - 09-Oct-07 20:36  
---------------------------------------------------------------------- 
This must be unique to OS X, because I haven't seen anyone else notice this
issue; not sure why gcc 4.0.1 might behave differently on OS X, but would
appreicate it if someone can check out the bug on another platform. 

---------------------------------------------------------------------- 
 aaron - 09-Oct-07 21:03  
---------------------------------------------------------------------- 
It's entirely up to the linker to get the right symbols. It is our bug if
we are not telling the linker exactly what we want it to do (that is,
putting the 'extern' keyword in there). 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-Oct-07 20:33 automaticit    New Issue                                    
09-Oct-07 20:36 automaticit    Note Added: 0002397                          
09-Oct-07 21:03 aaron          Note Added: 0002398                          
27-Oct-07 10:37 paul           Assigned To               => paul            
27-Oct-07 10:37 paul           Status                   new => resolved     
27-Oct-07 10:37 paul           Resolution               open => fixed       
27-Oct-07 10:37 paul           Fixed in Version          => 2.2.7           
======================================================================

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to