C++ Boost
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search

Context Navigation



Results (1 - 10 of 708)

1 2 3 4 5 6 7 8 9 10 11 →
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 trac — 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 trac — 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 hongli@… — 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 Filip Matzner — 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 Elmar Daegele <elmar.daegele@…> — 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 Maximiliano Pin <mxcpin@…> — 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 michael.lindig@… — 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 Evan Driscoll <evaned@…> — 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 Kipa Mikhail <msnkipa@…> — 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 giacomopoz@… — May 1, 2018, 9:27:44 AM
1 2 3 4 5 6 7 8 9 10 11 →
Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 1.4.3
By Edgewall Software .

Visit the Trac open source project at
http://trac.edgewall.org/