Re: Crash Log Question

This WebDNA talk-list message is from

2006


It keeps the original formatting.
numero = 66219
interpreted = N
texte = Brent I just went down this path last week and found that WebDNA crashed every time a certain page was accessed. Turn on 'Technical Support Information' in WebDNA preferences this will write information to a file called "WebDNA - Commerce Edition.debug" before processing any WebDNA on that template. This sits in the WebcatalogEngine folder. This file will give you a heap of information about what pages are causing the problem. Check the code very carefully on that page and check any db that the page accesses. I found that there was a glitch in the db that the page was accessing, after removing the record all was OK. Remember to turn the preference off as it creates a very large file very quickly ! Here is a line from my log: 02/06/0622:12:4931822720000147.010.211.170/scripts/ WebCatalogEngine/Admin/ISPSandbox/index.tpld:/inetpub/scripts/ WebCatalogEngine/Admin/ISPSandbox/index.tplMozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/ 312.5usernamepasswordhttp://61.95.19.26/scripts/WebCatalogEngine/ Admin/TOC.tpl/scripts/WebCatalogEngine/Admin/ISPSandbox/index.tpl HTTP_ACCEPT=%2A/% 2A&HTTP_ACCEPT_LANGUAGE=en&HTTP_CONNECTION=close&HTTP_HOST=61.95.19.26&H TTP_REFERER=http%3A//61.95.19.26/scripts/WebCatalogEngine/Admin/ TOC.tpl&HTTP_USER_AGENT=Mozilla/5.0%20%28Macintosh%3B%20U%3B%20PPC% 20Mac%20OS%20X%3B%20en%29%20AppleWebKit/312.8%20%28KHTML%2C%20like% 20Gecko%29%20Safari/312.5&HTTP_ACCEPT_ENCODING=gzip%2C% 20deflate&HTTP_WEBDNA_AUTHORIZATION=Basic% 20c3R1YXJ0IHRyZW1haW46YmlsbHk%3D& Can anyone tell me what the 3rd & 4th fields are ? Date Time ???? ???? IPADDRESS TEMPLATE FILEPATH BROWSER USERNAME PASSWORD WEBSITE TEMPLATEPATH MIMHEADERS Stuart Tremain idfk web developments, sydney, australia On 10 Feb 2006, at 3:04 AM, Brent Robinson wrote: > Hi, > > We are running WebDNA 6.0 on Mac OS X 10.3.9, and based on our > system log and the WebDNA Crash Log, it seems that WebDNA is > crashing and restarting every 20-30 minutes on average. > > An example of the log entry that appears in system.log is as follows: > > Feb 7 07:23:34 App-1 WebDNAMonitor[7209]: WebDNA receives signal > SIGBUS > Feb 7 07:23:34 App-1 WebDNAMonitor[7209]: WebDNA with pid [1190] > is alive > Feb 7 07:23:34 App-1 crashdump: Unable to determine > CPSProcessSerNum pid: 1190 name: WebCatalog > Feb 7 07:23:35 App-1 crashdump: Started writing crash report to: / > Library/Logs/CrashReporter/WebCatalog.crash.log > Feb 7 07:23:35 App-1 WebDNAMonitor[7209]: WebDNA with pid [1190] > is dead > Feb 7 07:23:35 App-1 WebDNAMonitor[7209]: WebDNA restarts with pid > [1023] > > In the WebDNA Crash Log, the following thread is always the one > that crashed: > > Thread Crashed: > 0 WebCatalog 0x0000bbd8 > CPCSDatabase::GetNamedFieldValueAsText(long, char*) + 0x3c (crt.c:300) > 1 WebCatalog 0x000673b8 CConvertWordsContext::Parse > (char*, COutputStream*, CContext*) + 0x4fc (crt.c:300) > 2 WebCatalog 0x00013c44 CContext::GetNewContext(char*, > COutputStream*, CContext*) + 0x3d8 (crt.c:300) > 3 WebCatalog 0x00014358 CContext::Parse(char*, > COutputStream*, CContext*) + 0x584 (crt.c:300) > 4 WebCatalog 0x00061de4 CFoundItemsContext::Parse(char*, > COutputStream*, CContext*) + 0x24c (crt.c:300) > 5 WebCatalog 0x00013c44 CContext::GetNewContext(char*, > COutputStream*, CContext*) + 0x3d8 (crt.c:300) > 6 WebCatalog 0x00014358 CContext::Parse(char*, > COutputStream*, CContext*) + 0x584 (crt.c:300) > 7 WebCatalog 0x0003ac28 CSearchContext::Parse(char*, > COutputStream*, CContext*) + 0x214 (crt.c:300) > 8 WebCatalog 0x00013c44 CContext::GetNewContext(char*, > COutputStream*, CContext*) + 0x3d8 (crt.c:300) > 9 WebCatalog 0x00014358 CContext::Parse(char*, > COutputStream*, CContext*) + 0x584 (crt.c:300) > 10 WebCatalog 0x0002267c CWebCatalogCommand::DoCommand > (TParamInfo*, COutputStream*, COutputStream*) + 0x8cc (crt.c:300) > 11 WebCatalog 0x00006f64 CallDoCommand(void*, int) + 0xa4 > (crt.c:300) > 12 WebCatalog 0x00006dc0 ProcessRequest(int) + 0x140 > (crt.c:300) > 13 WebCatalog 0x00006ea4 ThreadFunct(void*) + 0x10 (crt.c: > 300) > 14 libSystem.B.dylib 0x97286990 _pthread_body + 0x28 > > Can anyone help me interpret these log entries, or make any > suggestions as to a possible cause and solution? > > Thanks, > Brent Robinson > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to digest@talk.smithmicro.com> > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Crash Log Question ( Stuart Tremain 2006)
  2. Re: Crash Log Question ( "Brent Robinson" 2006)
  3. Re: Crash Log Question ( Stuart Tremain 2006)
  4. Re: Crash Log Question ( Donovan Brooke 2006)
  5. Re: Crash Log Question ( Stuart Tremain 2006)
  6. Re: Crash Log Question ( devaulw@onebox.com 2006)
  7. Crash Log Question ( "Brent Robinson" 2006)
Brent I just went down this path last week and found that WebDNA crashed every time a certain page was accessed. Turn on 'Technical Support Information' in WebDNA preferences this will write information to a file called "WebDNA - Commerce Edition.debug" before processing any WebDNA on that template. This sits in the WebcatalogEngine folder. This file will give you a heap of information about what pages are causing the problem. Check the code very carefully on that page and check any db that the page accesses. I found that there was a glitch in the db that the page was accessing, after removing the record all was OK. Remember to turn the preference off as it creates a very large file very quickly ! Here is a line from my log: 02/06/0622:12:4931822720000147.010.211.170/scripts/ WebCatalogEngine/Admin/ISPSandbox/index.tpld:/inetpub/scripts/ WebCatalogEngine/Admin/ISPSandbox/index.tplMozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.8 (KHTML, like Gecko) Safari/ 312.5usernamepasswordhttp://61.95.19.26/scripts/WebCatalogEngine/ Admin/TOC.tpl/scripts/WebCatalogEngine/Admin/ISPSandbox/index.tpl HTTP_ACCEPT=%2A/% 2A&HTTP_ACCEPT_LANGUAGE=en&HTTP_CONNECTION=close&HTTP_HOST=61.95.19.26&H TTP_REFERER=http%3A//61.95.19.26/scripts/WebCatalogEngine/Admin/ TOC.tpl&HTTP_USER_AGENT=Mozilla/5.0%20%28Macintosh%3B%20U%3B%20PPC% 20Mac%20OS%20X%3B%20en%29%20AppleWebKit/312.8%20%28KHTML%2C%20like% 20Gecko%29%20Safari/312.5&HTTP_ACCEPT_ENCODING=gzip%2C% 20deflate&HTTP_WEBDNA_AUTHORIZATION=Basic% 20c3R1YXJ0IHRyZW1haW46YmlsbHk%3D& Can anyone tell me what the 3rd & 4th fields are ? Date Time ???? ???? IPADDRESS TEMPLATE FILEPATH BROWSER USERNAME PASSWORD WEBSITE TEMPLATEPATH MIMHEADERS Stuart Tremain idfk web developments, sydney, australia On 10 Feb 2006, at 3:04 AM, Brent Robinson wrote: > Hi, > > We are running WebDNA 6.0 on Mac OS X 10.3.9, and based on our > system log and the WebDNA Crash Log, it seems that WebDNA is > crashing and restarting every 20-30 minutes on average. > > An example of the log entry that appears in system.log is as follows: > > Feb 7 07:23:34 App-1 WebDNAMonitor[7209]: WebDNA receives signal > SIGBUS > Feb 7 07:23:34 App-1 WebDNAMonitor[7209]: WebDNA with pid [1190] > is alive > Feb 7 07:23:34 App-1 crashdump: Unable to determine > CPSProcessSerNum pid: 1190 name: WebCatalog > Feb 7 07:23:35 App-1 crashdump: Started writing crash report to: / > Library/Logs/CrashReporter/WebCatalog.crash.log > Feb 7 07:23:35 App-1 WebDNAMonitor[7209]: WebDNA with pid [1190] > is dead > Feb 7 07:23:35 App-1 WebDNAMonitor[7209]: WebDNA restarts with pid > [1023] > > In the WebDNA Crash Log, the following thread is always the one > that crashed: > > Thread Crashed: > 0 WebCatalog 0x0000bbd8 > CPCSDatabase::GetNamedFieldValueAsText(long, char*) + 0x3c (crt.c:300) > 1 WebCatalog 0x000673b8 CConvertWordsContext::Parse > (char*, COutputStream*, CContext*) + 0x4fc (crt.c:300) > 2 WebCatalog 0x00013c44 CContext::GetNewContext(char*, > COutputStream*, CContext*) + 0x3d8 (crt.c:300) > 3 WebCatalog 0x00014358 CContext::Parse(char*, > COutputStream*, CContext*) + 0x584 (crt.c:300) > 4 WebCatalog 0x00061de4 CFoundItemsContext::Parse(char*, > COutputStream*, CContext*) + 0x24c (crt.c:300) > 5 WebCatalog 0x00013c44 CContext::GetNewContext(char*, > COutputStream*, CContext*) + 0x3d8 (crt.c:300) > 6 WebCatalog 0x00014358 CContext::Parse(char*, > COutputStream*, CContext*) + 0x584 (crt.c:300) > 7 WebCatalog 0x0003ac28 CSearchContext::Parse(char*, > COutputStream*, CContext*) + 0x214 (crt.c:300) > 8 WebCatalog 0x00013c44 CContext::GetNewContext(char*, > COutputStream*, CContext*) + 0x3d8 (crt.c:300) > 9 WebCatalog 0x00014358 CContext::Parse(char*, > COutputStream*, CContext*) + 0x584 (crt.c:300) > 10 WebCatalog 0x0002267c CWebCatalogCommand::DoCommand > (TParamInfo*, COutputStream*, COutputStream*) + 0x8cc (crt.c:300) > 11 WebCatalog 0x00006f64 CallDoCommand(void*, int) + 0xa4 > (crt.c:300) > 12 WebCatalog 0x00006dc0 ProcessRequest(int) + 0x140 > (crt.c:300) > 13 WebCatalog 0x00006ea4 ThreadFunct(void*) + 0x10 (crt.c: > 300) > 14 libSystem.B.dylib 0x97286990 _pthread_body + 0x28 > > Can anyone help me interpret these log entries, or make any > suggestions as to a possible cause and solution? > > Thanks, > Brent Robinson > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to digest@talk.smithmicro.com> > Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Stuart Tremain

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

WebMerchant (2000) Install Webcatalog under NT4.0 and Microsoft IIS 2.0 (1997) Using [detete] (1998) Exclamation point (1997) WebCat2 several catalogs? (1997) OT: Flash developer needed (2007) MacFinder -- a new WebDNA web site (1998) [cart]'s ever get recycled? (2000) WebCatalog for Postcards ? (1997) WebCat2b13MacPlugIn - more [date] problems (1997) How true is this? (1999) SEARCH DATE RANGE (2000) Ready to h[url]!!! (1999) Jimmy (1998) WebCat2b14MacPlugIn - [include] doesn't hide the search string (1997) Generating and appending SKU to a db automatically (1998) ANNC: Cool New WebCat Site!!! (Lotsa Flash) (2000) Webcat Manual and TeaRoom Examples Uses Different Examples. (1997) [WebDNA] Upgrade from OS 10.7.5 WebDNA 6.2 to Mavericks (2013) Uploading out of FMP (2001)