Welcome to Cadabra Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote

Any of the following cause the kernel to crash:

Ex('X').matches(Ex(' '));
Ex(' ').matches(Ex(' '));
Ex(' ').matches(Ex('X'));

This is slightly pathological, of course.

Using 2.4.5 (build 2910.ad85a64173).

in Bug reports by (1.0k points)

1 Answer

+1 vote

Thanks, this is now fixed in github.

by (80.3k points)
...