Bugzilla – Attachment 314 Details for
Bug 554
Eigen segfaults when the aligned free operator is called
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
This bugzilla service is closed. All entries have been migrated to
https://gitlab.com/libeigen/eigen
Program illustrating the bug
main.cc (text/x-c++src), 371 bytes, created by
bifo.10.Toranaga-San
on 2013-02-20 00:56:06 UTC
(
hide
)
Description:
Program illustrating the bug
Filename:
MIME Type:
Creator:
bifo.10.Toranaga-San
Created:
2013-02-20 00:56:06 UTC
Size:
371 bytes
patch
obsolete
>#include <iostream> >#include <Eigen/Core> >using namespace Eigen; >using namespace std; > >class X >{ >private: > Vector2d pt; >public: > > void operator delete[](void * ptr) throw() > { > cout << "Operator delete[]" << endl; > Eigen::internal::conditional_aligned_free<true>(ptr); > } > >}; > >int main() >{ > X* iks = new X[10]; > > delete[] iks; > > iks = NULL; > > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 554
: 314 |
324
|
326
|
357