Re: [nodejs] Re: domains and JSON.stringify

2013-03-28 Thread wizard113
module can do that much faster, and is safe for circular objects. (All on npm, of course.) On Wed, Mar 27, 2013 at 1:06 PM, wizard113 pccow...@gmail.comjavascript: wrote: d'oh! did some reading, and answered my own question. The post here ( http://freshbrewedcode.com/jimcowart

[nodejs] How to proceed with a huge stack trace

2013-03-28 Thread wizard113
I have a scraping app that is getting a stack trace that indicates an assertion is failing in ../deps/v8/src/api.h how do I tell who to pass this on to - several modules are involved. Partial trace is at https://gist.github.com/pccowboy/5267567, thanks in advance. -- -- Job Board:

[nodejs] domains and JSON.stringify

2013-03-27 Thread wizard113
Not sure precisely how to address an issue I ran into today, so I thought i'd throw it out there and see what the world says. Using v0.10.1 with module node.io. I have some code that looks like this: var domain = require('domain'); var nodeio = require('node.io'); var storage = {};

[nodejs] Re: domains and JSON.stringify

2013-03-27 Thread wizard113
in node.io ... On Wednesday, March 27, 2013 10:56:33 AM UTC-7, wizard113 wrote: Not sure precisely how to address an issue I ran into today, so I thought i'd throw it out there and see what the world says. Using v0.10.1 with module node.io. I have some code that looks like this: var domain

[nodejs] segfault in v0.10.0 when using genx

2013-03-17 Thread wizard113
Upgraded last week to node v.0.10.0, I also upgraded node-genx to 1.0 via npm, and now a program that creates a file of several thousand XML documents that has been running very stable since 0.4.0 now segfaults. I got segvcatcher installed for v0.10.0, and the output is below. I am hoping

[nodejs] Re: documents/second instead of seconds/document

2013-03-15 Thread wizard113
Hmmm, lemme try again: On Thursday, March 14, 2013 6:31:57 AM UTC-7, wizard113 wrote: Just wanted to give out some thanks to all the core folks who landed v0.10.0. My results using it so far are nothing short of awesome. My app is using node.io, and gets clobbered constantly

[nodejs] documents/second instead of seconds/document

2013-03-14 Thread wizard113
Just wanted to give out some thanks to all the core folks who landed v0.10.0. My results using it so far are nothing short of awesome. My app is using node.io, and gets clobbered constantly by problematic web pages. Even monit and an internal kill timer could not keep it going. I implemented

[nodejs] Re: After upgrading from node v4 - v6.11 my jsdom window changed from DOMWindow to global

2012-04-28 Thread wizard113
I am also running jsdom, and have been seeing an old error pop back - the jsdom script executor is throwing 'ReferenceError: navigator is not defined' nearly every script I execute. I suspect this is on node.js' end, but I am still digging. The reason I post here is that I also saw this after a

[nodejs] Re: After upgrading from node v4 - v6.11 my jsdom window changed from DOMWindow to global

2012-04-28 Thread wizard113
problem. On Apr 28, 6:40 am, wizard113 pccowboy...@gmail.com wrote: I am also running jsdom, and have been seeing an old error pop back - the jsdom script executor is throwing 'ReferenceError: navigator is not defined' nearly every script I execute. I suspect this is on node.js' end, but I am

[nodejs] Re: Segfault using node.io in node.js v0.6.15

2012-04-25 Thread wizard113
Might have found this, in the contextify library. Glad not to have wasted anyone's time... On Apr 24, 9:59 am, wizard113 pccowboy...@gmail.com wrote: looking for pointers on what I need to dive into next - I suspect something horrible is happening in node.io: htmlparser.js. I am using

[nodejs] Segfault using node.io in node.js v0.6.15

2012-04-24 Thread wizard113
looking for pointers on what I need to dive into next - I suspect something horrible is happening in node.io: htmlparser.js. I am using node.io to scrape http://www.reuters.com/article/2012/03/30/utilities-southern-kemper-idUSL2E8EUAHQ20120330?feedType=RSSfeedName=utilitiesSector and I get a