[Bug 898829] Re: Segfault in dlerror.c 160 on call to dlopen

2011-12-05 Thread Michael Owens
Confirmed that this issue exists on 12.04 alpha as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/898829 Title: Segfault in dlerror.c 160 on call to dlopen To manage notifications about this

[Bug 898829] Re: Segfault in dlerror.c 160 on call to dlopen

2011-12-02 Thread Michael Owens
Confirmed that this issue exists on i386 as well -- Ubuntu 11.10 server. ** Description changed: + DistroRelease: Ubuntu 11.10 + Package: libc6 2.13-20ubuntu5 + Uname: 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:27:26 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux + Architecture: amd64, i386 (this

[Bug 898829] [NEW] Segfault in dlerror.c 160 on call to dlopen

2011-12-01 Thread Michael Owens
Public bug reported: I've encountered a segfault in dlerrror.c on XUbuntu 11.10 64-bit desktop in an Apache module, specifically when one of the module's shared libraries called dlopen(). I have searched launchpad for likely candidates and this problem may be related to the following bugs:   

[Bug 898829] Re: Segfault in dlerror.c 160 on call to dlopen

2011-12-01 Thread Michael Owens
Backtrace trace per https://wiki.ubuntu.com/Backtrace. ** Attachment added: Backtrace file https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/898829/+attachment/2615119/+files/gdb-apache.txt ** Description changed: I've encountered a segfault in dlerrror.c on XUbuntu 11.10 64-bit

[Bug 898829] Re: Segfault in dlerror.c 160 on call to dlopen

2011-12-01 Thread Michael Owens
** Description changed: I've encountered a segfault in dlerrror.c on XUbuntu 11.10 64-bit desktop in an Apache module, specifically when one of the module's - shared libraries called dlopen(). I have searched launchpad for likely + shared libraries calls dlopen(). I have searched launchpad

[Bug 330268] Re: [needs-packaging] Ruby 1.9.1

2009-10-28 Thread Michael Owens
Is this going to be included in hardy and jaunty backports? -- [needs-packaging] Ruby 1.9.1 https://bugs.launchpad.net/bugs/330268 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 277825] Re: [needs-packaging] autotest conmux

2009-07-21 Thread Michael Owens
** Changed in: ubuntu Status: In Progress = Incomplete -- [needs-packaging] autotest conmux https://bugs.launchpad.net/bugs/277825 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 330268] Re: [needs-packaging] Ruby 1.9.1

2009-07-09 Thread Michael Owens
This may not be a huge issue, but 1.9.1 uses Oniguruma. I was recently playing around with embedding it into an Apache module on hardy and PHP (5.2.4) causes it to segfault b/c it has it's own incompatible onig version. To get around this, I compiled PHP 5.3.0 telling it to use Ruby's onig code:

[Bug 277825] Re: [needs-packaging] autotest conmux

2008-11-10 Thread Michael Owens
Created initial package candidate. -- [needs-packaging] autotest conmux https://bugs.launchpad.net/bugs/277825 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 277825] [NEW] [needs-packaging] autotest conmux

2008-10-03 Thread Michael Owens
of autotest (http://autotest.kernel.org/). ** Affects: ubuntu Importance: Undecided Assignee: Michael Owens (michael-owens) Status: In Progress ** Tags: needs-packaging -- [needs-packaging] autotest conmux https://bugs.launchpad.net/bugs/277825 You received this bug notification

[Bug 277825] Re: [needs-packaging] autotest conmux

2008-10-03 Thread Michael Owens
I propose to package this and submit it to my MOTU mentor (https://launchpad.net/~kirkland) for review. ** Changed in: ubuntu Assignee: (unassigned) = Michael Owens (michael-owens) Status: New = In Progress ** Tags added: needs-packaging -- [needs-packaging] autotest conmux https

[Bug 271900] Re: [needs-packaging] libconfig – C/C++ Configuration File Library

2008-10-02 Thread Michael Owens
I spoke with upstream author and he is currently considering names with which to rename to project and thereby get around the name conflict. No estimate on when this will happen. -- [needs-packaging] libconfig – C/C++ Configuration File Library https://bugs.launchpad.net/bugs/271900 You received

[Bug 271900] Re: [needs-packaging] No package for libconfig project

2008-09-25 Thread Michael Owens
Now have a MOTU mentor and am working on this. -- [needs-packaging] No package for libconfig project https://bugs.launchpad.net/bugs/271900 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 271900] Re: [needs-packaging] No package for libconfig project

2008-09-19 Thread Michael Owens
The existing debian setup in the source package names it as libconfigduo2. It does not build cleanly on hardy however. I am not sure how best to handle this. If I were to fix it, does that make me the maintainer? There is another bug with this issue from last year:

[Bug 271900] Re: [needs-packaging] No package for libconfig project

2008-09-19 Thread Michael Owens
The current package builds and installs fine. Since the original author has not volunteered to maintain it, I will, as I need this for my own projects. Attached is a candidate. Can I get this sponsored and in process of code review and joining MOTU? ** Attachment added: Proposed source package

[Bug 271900] [NEW] No package for libconfig project

2008-09-18 Thread Michael Owens
Public bug reported: There currently is no package for libconfig (http://www.hyperrealm.com/libconfig/). This is a very well designed, constructed, and documented configuration file parser for C/C++ applications. I have debianized it and would like to submit it. ** Affects: ubuntu

[Bug 271900] Re: No package for libconfig project

2008-09-18 Thread Michael Owens
** Description changed: There currently is no package for libconfig (http://www.hyperrealm.com/libconfig/). This is a very well designed, constructed, and documented configuration file parser for C/C++ - applications. I have debianized it and would like to submit it. + applications. It has