View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008099 | MMW v4 | Framework: Scripts/Extensions | public | 2011-07-07 19:28 | 2011-10-09 02:08 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Product Version | 4.0 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0008099: Thread creation error: not enough storage space to process this command | ||||
Description | Script that worked fine in MM3 is now generating this error after being used for a few minutes. Beta users report similar experiences with other scripts. To replicate: Install RightClickForWeb Tag lyrics or comments of several tracks -->Error pops up endlessly. MM must be terminated using task manager. OR -->MM makes a short buzz and then crashes Debug log attached. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=58314 | ||||
Tags | No tags attached. | ||||
Attached Files | WebSearch.xml (929 bytes)
<?xml version="1.0" encoding="ISO-8859-15"?> <configuration> <site> <name>terraletras</name> <caption>Terra Letras</caption> <description>Search current title's lyrics in Terra Letras</description> <start>about:blank</start> <url>http://letras.terra.com.br/winamp.php?musica=%title%&artista=%artist%</url> </site> <site> <name>lyricwiki</name> <caption>LyricWiki.org</caption> <description>Search for lyrics on LyricWiki.org</description> <start>about:blank</start> <url>http://lyricwiki.org/api.php?artist=%artist%&song=%title%&fmt=html</url> </site> <site> <name>GoogleLyrics</name> <caption>Google Lyrics</caption> <description>Search lyrics in Google</description> <start>http://www.google.com</start> <url>http://www.google.com/search?q=allinurl:+"%artist%"+"%title%"+lyrics</url> </site> </configuration> | ||||
Fixed in build | 1427 | ||||
|
Comment from Nyn: Unfortunately I do not know how to reproduce this one, it happens sporadically and the only consistent thing about it is it happens when I am editing tracks and/or album art and trying to either move to the next track or save the track at the same time the playing track moves to the next track to play. Or sometimes it can happen when the now playing track is moving to the next track when another program takes the focus away from mm, something that takes more than a few seconds. I will try to create a debug but it is going to be hard to try to pin down. |
|
Where I can download the script? |
|
Just search the forum: http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=26875 |
|
Fixed in build 1406. |
|
Re-opened as this issue re-appears in last MM4 builds, see this EL: http://www.ventismedia.com/mantis/file_download.php?file_id=838&type=bug and this link: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=58314&hilit=thread+creation&start=15#p306905 User wrote: "Switched to a playlist from web view.", I have some suspicions, but I need more info. |
|
I have reproduced this with 1413, using "WebSearch Panels" script (http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=11254) |
|
Gege, could you give me some exact steps to reproduce? 1. I downloaded websearchpanels.2007-05-14.mmip from http://code.google.com/p/mm-scripts/downloads/list 2. Installed the script 3. Clicked 'Web Lookup' button -> Now Playing -> ... => Something opened in IE but I believe that these are not the right steps to reproduce this issue. What are yours? |
|
OK, I'll try to explain how I reproduce the error. It occurs when I use WebSearch panels to tag lyrics in my tracks. I like to view various lyrics sources at once, so I can choose the best lyrics. Thus, my usual scenario is MM with Lyrics Viewer panel open, plus two or three panels for WebSearch (which means, up to four IE instances!). My normal tagging process is this: - Play a song and wait for the lyrics to appear in the panels. - Select the lyrics in one of the panels and press corresponding "Lyrics" button. - Wait for the lyrics to appear in Lyrics Viewer panel, just to check if everything went fine. - Press Next song button and start the process again. In general, the error appears when I change from one track to another, with all those panels open, but this reproducibility is kinda erratic. I mean, sometimes the error appears, other times it doesn't. Pressing "OK" to dismiss the error message allows me to proceed with my activities. But then MM will not close nicely. Only way to close it is by killing the process in Task Manager. Other useful info: - IE 9.0.8112.16421 32bit - Reproduced in 1408 and 1413 - WebSearch installer is a bit old, so I installed it as administrator, for all users, as it used to be in MM3, just to ensure compatibility. - Bundled panels in WebSearch installer may be outdated, so I suggest using the WebSearch.xml file I'm attaching to this issue. |
|
Added names to all gen threads so we'll see what thread(s) causing problems. |
|
This error occurred for me with build 1415, simply by scrolling through videos in AA view (no addons installed). Elog posted. |
|
Fixed in 1416 |
|
The 'thread creation error' still appears in 1424 as note here: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=58314&p=310124#p310121 And also Martin experienced it here: http://www.ventismedia.com/mantis/view.php?id=8323#c27432 |
|
Fixed in build 1427 and enhanced debug messages for better debugging. Also reduced stack size for UPnP.dll threads as suggested here: http://msdn.microsoft.com/en-us/library/ms686774(v=vs.85).aspx , this is because of issue 0006734 |
|
Verified 1441 |