Giter Club home page Giter Club logo

Comments (4)

njlr avatar njlr commented on May 22, 2024

For those looking for a quick work-around, I was able to use DBeaver over JDBC.

from homebrew-mssql-release.

David-Engel avatar David-Engel commented on May 22, 2024

@v-makouz Can you take a look?

from homebrew-mssql-release.

v-makouz avatar v-makouz commented on May 22, 2024

I just tried it on a clean El Capitan install and it seems to work correctly.
There might be an issue with some local settings. After the installation of the driver brew should put the lib into /usr/local/Cellar/msodbcsql/13.1.9.0/lib/libmsodbcsql.13.dylib and create a symlink in /usr/local/lib/

It sounds like the symlink is missing for some reason, or maybe pointing at the wrong location, I would try

ls -l /usr/local/lib/libmsodbcsql.13.dylib

To see what's going on, maybe something overwrote or removed that file?

from homebrew-mssql-release.

mstein11 avatar mstein11 commented on May 22, 2024

I also got this issue. I checked the symlink and it seems to point to the right location as described by @v-makouz.
Console output of ls -l:
/usr/local/lib/libmsodbcsql.13.dylib -> ../Cellar/msodbcsql/13.1.9.0/lib/libmsodbcsql.13.dylib

Any suggestions on how to fix this?

EDIT2:
running: ln -s /usr/local/Cellar/unixodbc/2.3.4/lib/libodbc.2.dylib /usr/local/lib/
seems to have solved the problem for me.

EDIT:

This is my staketrace:
SYSCALL(args) = return
Sqlcmd: Error: Microsoft ODBC Driver 13 for SQL Server : Can't open lib '/usr/local/lib/libmsodbcsql.13.dylib' : file not found.
madvise(0x10FDFB000, 0x2000, 0x5) = 0 0
open("/dev/dtracehelper\0", 0x2, 0x7FFF4FE7E970) = 3 0
ioctl(0x3, 0x80086804, 0x7FFF4FE7E8F8) = 0 0
close(0x3) = 0 0
thread_selfid(0x3, 0x80086804, 0x7FFF4FE7E8F8) = 126143 0
bsdthread_register(0x7FFF9859E080, 0x7FFF9859E070, 0x2000) = 1073741919 0
ulock_wake(0x1, 0x7FFF4FE7DF5C, 0x0) = -1 Err#2
issetugid(0x1, 0x7FFF4FE7DF5C, 0x0) = 0 0
mprotect(0x10FE44000, 0x88, 0x1) = 0 0
mprotect(0x10FEAE000, 0x1000, 0x0) = 0 0
mprotect(0x10FEC4000, 0x1000, 0x0) = 0 0
mprotect(0x10FEC5000, 0x1000, 0x0) = 0 0
mprotect(0x10FEDB000, 0x1000, 0x0) = 0 0
mprotect(0x10FE46000, 0x1000, 0x1) = 0 0
mprotect(0x10FE44000, 0x88, 0x3) = 0 0
mprotect(0x10FE44000, 0x88, 0x1) = 0 0
getpid(0x10FE44000, 0x88, 0x1) = 18540 0
stat64("/AppleInternal/XBS/.isChrooted\0", 0x7FFF4FE7DE18, 0x1) = -1 Err#2
stat64("/AppleInternal\0", 0x7FFF4FE7DEB0, 0x1) = -1 Err#2
csops(0x486C, 0x7, 0x7FFF4FE7D940) = -1 Err#22
dtrace: error on enabled probe ID 2158 (ID 552: syscall::sysctl:return): invalid kernel access in action #10 at DIF offset 40
ulock_wake(0x1, 0x7FFF4FE7DEC0, 0x0) = -1 Err#2
csops(0x486C, 0x7, 0x7FFF4FE7D220) = -1 Err#22
getuid(0x486C, 0x7, 0x7FFF4FE7D220) = 0 0
getuid(0x486C, 0x7, 0x7FFF4FE7D220) = 0 0
sigaction(0x1, 0x7FFF4FE7EF38, 0x0) = 0 0
sigaction(0x3, 0x7FFF4FE7EF38, 0x0) = 0 0
sigaction(0x6, 0x7FFF4FE7EF38, 0x0) = 0 0
sigaction(0xF, 0x7FFF4FE7EF38, 0x0) = 0 0
sigaction(0x2, 0x7FFF4FE7EF38, 0x0) = 0 0
getrlimit(0x1008, 0x7FFF4FE7D9C8, 0x0) = 0 0
open_nocancel("/usr/local/bin/../share/resources/en_US/SQLCMD.rll\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x7FFF4FE7D898, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
lseek(0x3, 0x0, 0x1) = 4096 0
fstat64(0x3, 0x7FFF4FE7D930, 0x1) = 0 0
lseek(0x3, 0x5000, 0x0) = 20480 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
lseek(0x3, 0x5000, 0x0) = 20480 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
lseek(0x3, 0x0, 0x0) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
lseek(0x3, 0x5000, 0x0) = 20480 0
lseek(0x3, 0x5A00, 0x0) = 23040 0
close_nocancel(0x3) = 0 0
geteuid(0x3, 0x5A00, 0x0) = 0 0
shm_open(0x7FFF98591DE7, 0x0, 0x0) = 3 0
mmap(0x0, 0x1000, 0x1, 0x1, 0x3, 0x0) = 0x10FE47000 0
close_nocancel(0x3) = 0 0
open_nocancel("/etc/.mdns_debug\0", 0x0, 0x0) = -1 Err#2
issetugid(0x7FFF9849822A, 0x0, 0x0) = 0 0
issetugid(0x7FFF9849822A, 0x0, 0x0) = 0 0
dtrace: error on enabled probe ID 2158 (ID 552: syscall::sysctl:return): invalid kernel access in action #10 at DIF offset 40
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_COLLATE\0", 0x0, 0x7) = 3 0
fcntl_nocancel(0x3, 0x3, 0x0) = 0 0
fstat64(0x3, 0x7FFF4FE7D5C8, 0x0) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_CTYPE\0", 0x0, 0x5) = 3 0
fcntl_nocancel(0x3, 0x3, 0x0) = 0 0
fstat64(0x3, 0x7FFF4FE7D728, 0x0) = 0 0
fstat64(0x3, 0x7FFF4FE7D518, 0x0) = 0 0
lseek(0x3, 0x0, 0x1) = 0 0
lseek(0x3, 0x0, 0x0) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/LC_MESSAGES\0", 0x0, 0xFFFFFFFFFFFFFFF4) = 3 0
fstat64(0x3, 0x7FFF4FE7D720, 0xFFFFFFFFFFFFFFF4) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_MONETARY\0", 0x0, 0x8) = 3 0
fstat64(0x3, 0x7FFF4FE7D720, 0x8) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_NUMERIC\0", 0x0, 0x7) = 3 0
fstat64(0x3, 0x7FFF4FE7D720, 0x7) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/share/locale/en_US.UTF-8/LC_TIME\0", 0x0, 0x4) = 3 0
fstat64(0x3, 0x7FFF4FE7D720, 0x4) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
access("/etc/localtime\0", 0x4, 0x179) = 0 0
open_nocancel("/etc/localtime\0", 0x0, 0x0) = 3 0
fstat64(0x3, 0x7FFF4FE7AB00, 0x0) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
fstat64(0x0, 0x7FFF4FE7DD10, 0x2A64) = 0 0
open_nocancel("/usr/local/bin/../share/resources/en_US/BatchParserGrammar.dfa\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x7FFF4FE7D738, 0x1B6) = 0 0
fstat64(0x3, 0x7FFF4FE7D840, 0x1B6) = 0 0
lseek(0x3, 0x0, 0x1) = 0 0
lseek(0x3, 0xB000, 0x0) = 45056 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
lseek(0x3, 0x0, 0x0) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/bin/../share/resources/en_US/BatchParserGrammar.llr\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x7FFF4FE7D758, 0x1B6) = 0 0
fstat64(0x3, 0x7FFF4FE7D860, 0x1B6) = 0 0
lseek(0x3, 0x0, 0x1) = 0 0
lseek(0x3, 0x2000, 0x0) = 8192 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
lseek(0x3, 0x0, 0x0) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x7FFF4FE7A538, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x7FFF4FE7A548, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x7FFF4FE7A478, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x7FFF4FE7A488, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
bsdthread_create(0x10FDE7620, 0x7FB10440A5B0, 0x80000) = 63684608 0
thread_selfid(0x0, 0x0, 0x0) = 126173 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB6738, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB6748, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB6738, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB6748, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB62F8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB6308, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/usr/local/Cellar/unixodbc/2.3.4/etc/odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DC8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
open_nocancel("/Users/mariusstein/.odbcinst.ini\0", 0x0, 0x1B6) = 3 0
fstat64(0x3, 0x700003CB5DD8, 0x1B6) = 0 0
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
dtrace: error on enabled probe ID 2135 (ID 940: syscall::read_nocancel:return): invalid kernel access in action #12 at DIF offset 92
close_nocancel(0x3) = 0 0
stat64("/usr/local/lib/libmsodbcsql.13.dylib\0", 0x700003CB87E8, 0x1000) = 0 0
open("/usr/local/lib/libmsodbcsql.13.dylib\0", 0x0, 0x0) = 3 0
dtrace: error on enabled probe ID 2149 (ID 454: syscall::pread:return): invalid kernel access in action #12 at DIF offset 44
mmap(0x10FEDC000, 0x180000, 0x5, 0x12, 0x3, 0x0) = 0x10FEDC000 0
mmap(0x11005C000, 0x16000, 0x3, 0x12, 0x3, 0x180000) = 0x11005C000 0
mmap(0x110079000, 0xB01C8, 0x1, 0x12, 0x3, 0x196000) = 0x110079000 0
madvise(0x110079000, 0x4000, 0x2) = 0 0
close(0x3) = 0 0
stat64("/usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib\0", 0x700003CB8558, 0x2) = 0 0
open("/usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib\0", 0x0, 0x0) = 3 0
dtrace: error on enabled probe ID 2149 (ID 454: syscall::pread:return): invalid kernel access in action #12 at DIF offset 44
mmap(0x11012A000, 0x171000, 0x5, 0x12, 0x3, 0x0) = 0x11012A000 0
mmap(0x11029B000, 0x25000, 0x3, 0x12, 0x3, 0x171000) = 0x11029B000 0
mmap(0x1102C3000, 0x504F0, 0x1, 0x12, 0x3, 0x196000) = 0x1102C3000 0
madvise(0x1102C3000, 0x2000, 0x2) = 0 0
close(0x3) = 0 0
stat64("/usr/lib/libcurl.4.dylib\0", 0x700003CB8558, 0x2) = 0 0
stat64("/usr/local/opt/openssl/lib/libssl.1.0.0.dylib\0", 0x700003CB8558, 0x2) = 0 0
open("/usr/local/opt/openssl/lib/libssl.1.0.0.dylib\0", 0x0, 0x0) = 3 0
dtrace: error on enabled probe ID 2149 (ID 454: syscall::pread:return): invalid kernel access in action #12 at DIF offset 44
mmap(0x110314000, 0x42000, 0x5, 0x12, 0x3, 0x0) = 0x110314000 0
mmap(0x110356000, 0xA000, 0x3, 0x12, 0x3, 0x42000) = 0x110356000 0
mmap(0x110361000, 0x12090, 0x1, 0x12, 0x3, 0x4C000) = 0x110361000 0
close(0x3) = 0 0
stat64("/usr/local/lib/libodbcinst.2.dylib\0", 0x700003CB8558, 0x1) = -1 Err#2
stat64("/Users/mariusstein/lib/libodbcinst.2.dylib\0", 0x700003CB8918, 0x1) = -1 Err#2
stat64("/\0", 0x700003CB6890, 0x1) = 0 0
getattrlist("/Users\0", 0x11489C364, 0x700003CB81A0) = 0 0
getattrlist("/Users/mariusstein\0", 0x11489C364, 0x700003CB81A0) = 0 0
getattrlist("/Users/mariusstein/lib\0", 0x11489C364, 0x700003CB81A0) = -1 Err#2
stat64("/Users/mariusstein/lib\0", 0x700003CB84D8, 0x700003CB81A0) = -1 Err#2
stat64("/usr/local/lib/libodbcinst.2.dylib\0", 0x700003CB8928, 0x700003CB81A0) = -1 Err#2
getattrlist("/usr\0", 0x11489C364, 0x700003CB81B0) = 0 0
getattrlist("/usr/local\0", 0x11489C364, 0x700003CB81B0) = 0 0
getattrlist("/usr/local/lib\0", 0x11489C364, 0x700003CB81B0) = 0 0
getattrlist("/usr/local/lib/libodbcinst.2.dylib\0", 0x11489C364, 0x700003CB81B0) = -1 Err#2
stat64("/usr/local/lib/libodbcinst.2.dylib\0", 0x700003CB84E8, 0x700003CB81B0) = -1 Err#2
stat64("/usr/lib/libodbcinst.2.dylib\0", 0x700003CB8928, 0x700003CB81B0) = -1 Err#2
getattrlist("/usr\0", 0x11489C364, 0x700003CB81B0) = 0 0
getattrlist("/usr/lib\0", 0x11489C364, 0x700003CB81B0) = 0 0
getattrlist("/usr/lib/libodbcinst.2.dylib\0", 0x11489C364, 0x700003CB81B0) = -1 Err#2
stat64("/usr/lib/libodbcinst.2.dylib\0", 0x700003CB84E8, 0x700003CB81B0) = -1 Err#2
getattrlist("/usr\0", 0x11489C364, 0x700003CB82E0) = 0 0
getattrlist("/usr/local\0", 0x11489C364, 0x700003CB82E0) = 0 0
getattrlist("/usr/local/lib\0", 0x11489C364, 0x700003CB82E0) = 0 0
getattrlist("/usr/local/lib/libodbcinst.2.dylib\0", 0x11489C364, 0x700003CB82E0) = -1 Err#2
stat64("/usr/local/lib/libodbcinst.2.dylib\0", 0x700003CB8618, 0x700003CB82E0) = -1 Err#2
munmap(0x11005C000, 0x1D000) = 0 0
munmap(0x110079000, 0xB1000) = 0 0
munmap(0x10FEDC000, 0x180000) = 0 0
munmap(0x11029B000, 0x28000) = 0 0
munmap(0x1102C3000, 0x51000) = 0 0
munmap(0x11012A000, 0x171000) = 0 0
munmap(0x110356000, 0xB000) = 0 0
munmap(0x110361000, 0x13000) = 0 0
munmap(0x110314000, 0x42000) = 0 0
psynch_cvbroad(0x7FFF4FE7EEB0, 0x100, 0x100) = 257 0
psynch_cvwait(0x7FFF4FE7EEB0, 0x100000100, 0x0) = 0 0
__disable_threadsignal(0x1, 0x100, 0x100) = 0 0
dtrace: error on enabled probe ID 2133 (ID 942: syscall::write_nocancel:return): invalid kernel access in action #12 at DIF offset 92

from homebrew-mssql-release.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.