The world leaks are
not an error.
It's an anoying message from FML, but nothing else.
From your raw log, you can see a pattern in the FML world "leaks" reports :
[06:01:26] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[06:01:31] [Server thread/DEBUG] [FML/]: The world
40cef6d1 (world) may have leaked: first encounter (5 occurences).
[06:01:31] [Server thread/DEBUG] [FML/]: The world
53fcd3d6 (world) may have leaked: first encounter (5 occurences).
[06:01:31] [Server thread/DEBUG] [FML/]: The world
36573f5a (world) may have leaked: first encounter (5 occurences).
[06:01:31] [Server thread/DEBUG] [FML/]: The world
12f58bbf (world) may have leaked: first encounter (5 occurences).
[06:02:11] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[06:02:21] [Server thread/DEBUG] [FML/]: The world
40cef6d1 (world) may have leaked: seen 10 times.
[06:02:21] [Server thread/DEBUG] [FML/]: The world
53fcd3d6 (world) may have leaked: seen 10 times.
[06:02:21] [Server thread/DEBUG] [FML/]: The world
36573f5a (world) may have leaked: seen 10 times.
[06:02:21] [Server thread/DEBUG] [FML/]: The world
12f58bbf (world) may have leaked: seen 10 times.
[06:02:56] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
[06:03:11] [Server thread/DEBUG] [FML/]: The world
40cef6d1 (world) may have leaked: seen 15 times.
[06:03:11] [Server thread/DEBUG] [FML/]: The world
53fcd3d6 (world) may have leaked: seen 15 times.
[06:03:11] [Server thread/DEBUG] [FML/]: The world
36573f5a (world) may have leaked: seen 15 times.
[06:03:11] [Server thread/DEBUG] [FML/]: The world
12f58bbf (world) may have leaked: seen 15 times.
[06:03:41] [Server thread/DEBUG] [FML/]: Gathering id map for writing to world save world
And a little sooner in your log :
[06:00:49] [Server thread/INFO] [FML/]: Unloading dimension -38
[06:00:49] [Server thread/INFO] [FML/]: Unloading dimension -39
[06:00:49] [Server thread/INFO] [FML/]: Unloading dimension -42
[06:00:49] [Server thread/INFO] [FML/]: Unloading dimension 1
You have now your dimensions "leaking".
Dim1 is The End, and for the others you'll have to check in your mods configs to know which dimension refers to -38, -39 and -42.
Hoping that help
PS: For the crash, we can't do anything without a crash log.