randomssr

Results 7 comments of randomssr

Here is my compilation command.: ``` 1、mkdir install 2、CC=gcc CXX=g++ CFLAGS="-g -fsanitize=address" CXXFLAGS="-g -fsanitize=address" ./configure --prefix=`pwd`/install 3、make 4、make install ``` I can reproduce the bug through the following command: ```...

I tried % ./w3m -dump_source -halfload http://localhost. And I also can get the same bug. Is it because we're compiling differently?

I just find the option from the source code. The option can assign "w3m_dump" and "w3m_halfload" Could you reproduce the bug? And if no, what’s your output?

Yes. I missed the detail of running locally. Thank you for you reply!

We mentioned this missing option at https://github.com/tats/w3m/issues/260. We hope you can repair the help document or man page as well. Thank you!

I get it. Thank you for you timely reply!

Sorry, I just reproduce this bug again. And I did not encounter the above situation. And I think the reason is about the environment. please provide the relevant execution environment...