Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test bucket segfault #16

Open
daetal-us opened this issue Apr 26, 2013 · 2 comments
Open

test bucket segfault #16

daetal-us opened this issue Apr 26, 2013 · 2 comments
Labels

Comments

@daetal-us
Copy link

I wanted to use a bucket named test for testing. Couchbase appears fine, but running the test suite, anything that appears to initiate a connection to the datasource / query appears to segfault.

I haven't deduced whether it is the li3 adapter or the php couchbase lib itself. Just wanted to document in case anyone else runs into this.

In the meantime, I've renamed my test database to testdb

@nateabele
Copy link
Member

Well, nothing in user land PHP is technically ever supposed to be able to segfault. Seems pretty likely to be the Couchbase lib. Have you looked to see if there are existing issues with certain bucket names in a broader PHP context, or in other Couchbase client libraries? Also, cc: @daschl.

  • Nate

On Friday, April 26, 2013 at 2:51 PM, Jon Adams wrote:

I wanted to use a bucket named test for testing. Couchbase appears fine, but running the test suite, anything that appears to initiate a connection to the datasource / query appears to segfault.
I haven't deduced whether it is the li3 adapter or the php couchbase lib itself. Just wanted to document in case anyone else runs into this.
In the meantime, I've renamed my test database to testdb


Reply to this email directly or view it on GitHub (#16).

@daschl
Copy link
Contributor

daschl commented May 2, 2013

Hey @pointlessjon

which version of the extension are you using? a segfault is definitely inside the extension and not allowed to happen. Also, does it only happen when you use "test" as the name?

Let me know of these two things and then we can sort it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants