Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 110001830D for ; Wed, 30 Sep 2015 19:22:07 +0000 (UTC) Received: (qmail 13757 invoked by uid 500); 30 Sep 2015 19:22:06 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 13729 invoked by uid 500); 30 Sep 2015 19:22:06 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 13480 invoked by uid 99); 30 Sep 2015 19:22:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2015 19:22:06 +0000 Date: Wed, 30 Sep 2015 19:22:06 +0000 (UTC) From: "Sylvain Lebresne (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CASSANDRA-10426) When trying to connect from the python driver, bus error is occurs. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-10426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-10426. ------------------------------------------ Resolution: Invalid Reproduced In: 2.1.9, 2.1.7 (was: 2.1.7, 2.1.9) >From your description, this sounds like a problem with the python driver if anything, and the python driver is not maintained here, you want to check their [JIRA|https://datastax-oss.atlassian.net/projects/PYTHON/summary]. > When trying to connect from the python driver, bus error is occurs. > ------------------------------------------------------------------- > > Key: CASSANDRA-10426 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10426 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: Odroid XU4, both ubuntu 15 or ubuntu 14. > Reporter: Rajendra Adhikari > Fix For: 2.1.x > > > I am working with cassandra on odroid-xu4 with its Ubuntu-14 image. (I also tried Ubuntu-15 image. (http://odroid.com/dokuwiki/doku.php?id=en:xu3_release_linux_ubuntu) > I installed the latest cassandra and its python driver. However trying to connect to it from the cassandra python-driver gives a serios bus error and makes the python quit. Not even raises an exception. > from cassandra.cluster import Cluster > k = Cluster(['127.0.0.1']) > k.connect() > #crashes the python. Bus error appears on the command prompt/terminal > Looks like some incompatibility between things. I confirm that I can successfully cqlsh to the cassandra. -- This message was sent by Atlassian JIRA (v6.3.4#6332)