-
Notifications
You must be signed in to change notification settings - Fork 65
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
Segmentation fault (core dumped) #3
Comments
+1 Running Mac OS X Mavericks. From what I have been reading. It would appear that the program has a bug in it. I had to compile and run it the my local hardware. I am unsure if my machine's hardware is the root of the issue or the source code itself. |
Ok. Upon further investigation I was able to get this tool to work. The caveat is that it has to run on a Ubuntu server or unix server. Even then I still have to compile from source and install it in tl;dr
|
Tried on a Majaro system and got a core dump. What does ubuntu have that is missing in manjaro? |
also getting segfault on ubuntu |
It indeed segfaults: #0 0x00007fa44ab51676 in strlen () from /lib/x86_64-linux-gnu/libc.so.6 |
I have a fork that works, updated apr and included Reeds mods |
@gaby64 even using your repo, I kept getting libtool generated with CRLF issues (^M). However, the end result is a compiled and working binary. Thanks! |
that might be an issue with your git config, I cloned my repo an had no issue on Ubuntu 18.10 running |
This is Sooo broken. (gdb) run -f 2.conf Program received signal SIGSEGV, Segmentation fault. |
Was wishing this would work, tried everything that was commented here, was able to compile and run on ubuntu, but also got Seg Fault. |
Hi gaby64 -- How can I build your solution? The READ.ME file on your fork is identical to the original -- so the the same files will be compiled. Thank you |
download source files from my fork |
Thank you for the help .. making progress -- I am now getting the error message bin/bash /tmp/apache2nginx/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/tmp/apache2nginx/srclib/apr-util/include -I/tmp/apache2nginx/srclib/apr-util/include/private -I/tmp/apache2nginx/srclib/apr/include -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo |
run buildconf |
Okay .. I had to install libtool and buildconf ran without errors .. then I did resulting in this error /bin/bash /tmp/apache2nginx/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/tmp/apache2nginx/srclib/apr-util/include -I/tmp/apache2nginx/srclib/apr-util/include/private -I/tmp/apache2nginx/srclib/apr/include -o xml/apr_xml.lo -c xml/apr_xml.c && touch xml/apr_xml.lo |
install expat lib or package for your distro please do the research, I only intended to provide patched code that worked for me, not compile support. it may not even work anymore, I could check tomorrow. |
I got it running ... the config files of the latest apache2 server is
largely unconvertable, numerous messages in the new conf file . Worse yet
the .htaccess files in word press site can be enormous which presents a new
conversion issue.
I am sorry for the intrusion and *thank you for your help.*
I am going to start from scratch --
…On Sun, Nov 3, 2019 at 5:45 PM gaby64 ***@***.***> wrote:
install expat lib or package for your distro
please do the research, I only intended to provide patched code that
worked for me, not compile support. it may not even work anymore, I could
check tomorrow.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=ABHAO5V54IUS7NLHCSQSS7LQR5A6HA5CNFSM4AO56IRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC564HY#issuecomment-549187103>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHAO5VJP3QOVLRHSPEGKDLQR5A6HANCNFSM4AO56IRA>
.
|
Segmentation fault (core dumped) when running apache2nginx -f /var/apache2/conf/httpd.conf
The text was updated successfully, but these errors were encountered: