Skip to content

Segfault in python #96

@Menyadar

Description

@Menyadar

Few months ago I've experimented with durable_rules (tried to remove threading dependency and convert it to async) and encountered segfaults on some actions. Tested it today with both latest pip version and fresh git pull, still the same result:

$ pip install durable_rules
Collecting durable_rules
  Downloading durable_rules-0.33.111.tar.gz ....
[...]

$ python
Python 3.5.3 (default, May  5 2017, 10:33:46)
[GCC 4.9.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import rules
>>> rules.delete_client(1)
Segmentation fault

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions