Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2012 19:31:42 GMT
From:      nimnull <macachuto@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167586: libiodbc-3.52.8 + p5-DBD-ODBC-1.37 = Segmentation fault: 11 (core dumped)
Message-ID:  <201205041931.q44JVg9A034422@red.freebsd.org>
Resent-Message-ID: <201205041940.q44Je5Ov048371@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167586
>Category:       ports
>Synopsis:       libiodbc-3.52.8 + p5-DBD-ODBC-1.37 = Segmentation fault: 11 (core dumped)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 04 19:40:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nimnull
>Release:        FreeBSD 9.0
>Organization:
home
>Environment:
FreeBSD freebsd_vas.my.domain 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
On FreeBSD 9.0 was installed libiodbc-3.52.8 and p5-DBD-ODBC-1.37. 
I couldn't install p5-DBD-ODBC-1.37 and unixODBC-2.3.1.

Then I (for the test) created a simple file:

use strict;
use DBI;
my $dbh = DBI-> connect('dbi:ODBC:Test');

Then I executed a test script with perl, and got 

Segmentation fault: 11 (core dumped).

The backtrace of what is here:(not mine, because I don't know how to get it)


http://pastebin.com/ETxVHLc7
>How-To-Repeat:
Install libiodbc-3.52.8 and p5-DBD-ODBC-1.37 and execute simple perl script.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205041931.q44JVg9A034422>