From owner-freebsd-ports-bugs@freebsd.org Mon Jul 20 14:54:58 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A80849A641C for ; Mon, 20 Jul 2015 14:54:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93C81161D for ; Mon, 20 Jul 2015 14:54:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6KEswge090732 for ; Mon, 20 Jul 2015 14:54:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201718] sysutils/arcconf 1.7 Segmentation fault with Dell CERC SATA Raid Date: Mon, 20 Jul 2015 14:54:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: evolvia@worldofevolvia.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 14:54:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201718 Bug ID: 201718 Summary: sysutils/arcconf 1.7 Segmentation fault with Dell CERC SATA Raid Product: Ports & Packages Version: Latest Hardware: i386 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: evolvia@worldofevolvia.com CC: michael@fuckner.net Flags: maintainer-feedback?(michael@fuckner.net) CC: michael@fuckner.net Hi, I just install FreeBSD 10 on old dell server PE 750 with Dell CERC raid card and I have this problem below with the arcconf soft (Segmentation fault (core dumped)). If you need more information aks them :o) Information about FreeBSD: uname -a :FreeBSD srv1789.xxxx.xx 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #0: Thu Jun 4 07:48:38 CEST 2015 root@srv1789.xxxx.xxt:/usr/obj/usr/src/sys/CustomKernel i386 Information about ARCCONF: | UCLI | Adaptec by PMC uniform command line interface | UCLI | Version 1.7 (B21229) | UCLI | (C) Adaptec by PMCS 2003-2014 | UCLI | All Rights Reserved Dell CERC SATA RAID Hardware information: dev.aac.%parent: dev.aac.0.%desc: Dell CERC SATA RAID 2 dev.aac.0.%driver: aac dev.aac.0.%location: slot=1 function=0 dev.aac.0.%pnpinfo: vendor=0x9005 device=0x0285 subvendor=0x1028 subdevice=0x0291 class=0x010400 dev.aac.0.%parent: pci2 dev.aac.0.firmware_build: 7419 If I don't indicate ID controller i have this output: root@srv1789:/usr/local/sbin # arcconf GETCONFIG AL Controllers found: 1 Invalid arguments. But if I indicate ID controller i have this error: root@srv1789:/usr/local/sbin # arcconf GETCONFIG 1 AL Segmentation fault (core dumped) I have also information about arcconf soft: root@srv1789:/usr/local/sbin # ldd arcconf arcconf: libthr.so.3 => /lib/libthr.so.3 (0x28337000) libncurses.so.8 => /lib/libncurses.so.8 (0x28359000) libstdc++.so.6 => /usr/local/lib/compat/libstdc++.so.6 (0x28396000) libm.so.5 => /lib/libm.so.5 (0x28491000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x284b7000) libc.so.7 => /lib/libc.so.7 (0x284c3000) GDB information: root@srv1789:/usr/local/sbin # gdb GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd". (gdb) core arcconf.core Core was generated by `arcconf'. Program terminated with signal 11, Segmentation fault. #0 0x082241aa in ?? () (gdb) quit -- You are receiving this mail because: You are the assignee for the bug.