Results (1 - 10 of 708)
- TracSearch: = Using Search Trac has built-in search functionality to search for ...
- ... ` links: * `search:?q=crash` will search for the string "crash" * `search:?q=trac+link&wiki=on` will search for "trac" and "link" in wiki pages only == Search Filters On the search page, pressing the modifier key while selecting a search filter will unselect ...
- By Sep 13, 2020, 5:05:14 PM —
- TracModWSGI: = Trac and mod_wsgi [https://github.com/GrahamDumpleton/mod_wsgi ...
- ... erpreters and may cause requests to hang or cause Apache to crash. After adding this configuration, restart Apache, and then it should work. To test the setup of Apache, mod_wsgi and Python itself (ie without involving Trac and dependencies), this simple wsgi application can be used to make sure th ...
- By Sep 13, 2020, 5:05:14 PM —
- #13632: Bugs: boost::function operator== is bugged on FreeBSD 11.2 (new)
- ... Our FreeBSD 11.2 users ran into a crash bug: https://github.com/phusion/passenger/issues/2097 Upon further investigation, it turns out that the underlying problem is boost::function operator==. The following test program... {{{ boost::function<void ()> f; printf("is ...
- By Jul 11, 2018, 1:45:32 PM —
- #13611: Bugs: SEGFAULT when logging std::to_string(NAN) (closed: invalid)
- ... cpp && ./a.out }}} It crashes with SEGFAULT. If I replace BOOST_LOG_TRIVIAL(info) with std::cout, it does not. System: {{{ [floop@pine /tmp ]$ g++ -v ... gcc version 8.1.1 20180531 (GCC) [floop@pine /tmp ]$ uname -a Linux pine 4.16.13-2-ARCH #1 SMP PREE ...
- By Jun 19, 2018, 11:19:16 PM —
- #13590: Bugs: Bug in executor::_read_error leads to bad string allocation exception (new)
- ... std::string msg(data[1], ' '); --> crash as data[1] contains random value Also the second part of the function, which reads the error message text, is not prepared for reading fragmented data. Patched code that works well here can be found attached.
- By Jun 11, 2018, 9:15:19 AM —
- #13563: Patches: Error deserializing empty forward_list (new)
- ... The result may be a crash or any undefined behavior, since deserialization goes out of sync. Test case: {{{ #include <boost/serialization/forward_list.hpp> #include <boost/archive/binary_iarchive.hpp> #include <boost/archive/binary_oarchive.hpp> #inc ...
- By May 11, 2018, 12:03:11 PM —
- #13562: Bugs: Missing null pointer check in compensating_work_started (new)
- In boost/asio/detail/impl/scheduler.ipp(275): {{{ void scheduler::compensating_work_started() { thread_info_base* this_thread = thread_call_stack::contains(this); ++static_cast<thread_info*>(this_thread)->private_outstanding_w ...
- By May 8, 2018, 8:01:20 AM —
- #13558: Bugs: gcd(INT_MIN, INT_MIN) crashes (new)
- The following produces a SIGFPE for me: {{{#!c++ #include <iostream> #include <climits> #include <boost/integer/common_factor_rt.hpp> int main() { std::cout << boost::integer::gcd(INT_MIN, INT_MIN); } }}} because it sim ...
- By May 2, 2018, 8:28:08 PM —
- #13555: Bugs: Crash when statically linked to the dynamic library when use dlopen. (new)
- Hi! I have shared library under Linux that is statically linked to boost_serialization. I load my library twice durind my application wors by the use dlopen/dlclose. At the second dlopen I have: #0 boost::serialization::typeid_syst ...
- By May 1, 2018, 3:48:05 PM —
- #13554: Bugs: NULL deference exception in boost::asio::ip::tcp::resolver::results_type (new)
- ... ethod, it should return true - notice the access violation crash triggered Code example: {{{#!c++ #include <boost/asio/ip/tcp.hpp> int main(int /*argc*/, char** /*argv*/) { boost::asio::ip::tcp::resolver::results_type test = boost::asio::ip::tcp::resolver::results_type(); if (test.em ...
- By May 1, 2018, 9:27:44 AM —
Note:
See TracSearch
for help on searching.