完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
偶尔委派给我的软件程序会因内部错误:分段违规(信号= 11)而崩溃。
我相信我听说它被称为红色的死亡盒子。 大多数情况下,程序似乎在这些代码段中运行良好。 我正在尝试通过让软件操作员为我记录这些崩溃来解决一个共同的原因。 当它确实发生时,对象类型是X对Y图表被馈送数据变量,记录或收集器。我们还将偶尔得到Windows错误消息,指出“90%或更多系统资源正在使用,等等,等等,等等... “如果有人有任何疑难解答提示,以帮助我弄清楚操作系统内存是如何损坏的,请随时回复。测试软件是用Vee版本5编写的,然后用Win95 / 98升级到版本6.Ed ShawATE Design EngineerComtech EFData Corporation2114 West Seventh 亚利桑那州StreetTempe,85281电话。 480-333-2107Fax 480-333-2161E-mail eshaw@comtechefdata.com--------------------------------- ------------------------------------这是由Majordomo管理的“vrf”maillist。 要向该maillist发送消息,只需发送电子邮件至“vrf@lvld.agilent.com”。 订阅和取消订阅是通过地址“vrf-request@lvld.agilent.com”完成的。如果您需要详细信息,只需将包含“help”文本的消息发送到“vrf-request@lvld.agilent.com”.--- -------------------------------------------------- ---------------- 以上来自于谷歌翻译 以下为原文 A software program that has been delegated to me occasionally will crash with Internal Error : Segmentation violation (signal = 11). I believe I've heard it called the red box of death. Most of the time the program seems to run fine through these sections of code. I am trying to find a common cause by having the sotware operators document these crashes for me. When it does occur the object types are X vs. Y plots being fed data by variables, records, or collectors. We also will get occasional Windows error messages stating "90% or more system resources are in use, blah, blah, blah..." If anyone has any troubleshooting tips to help me figure how the operating system memory is getting corrupted please feel free to reply. The test software was written in Vee version 5 then upgraded to version 6 with Win95/98. Ed Shaw ATE Design Engineer Comtech EFData Corporation 2114 West Seventh Street Tempe, Arizona 85281 Tel. 480-333-2107 Fax 480-333-2161 E-mail eshaw@comtechefdata.com --------------------------------------------------------------------- This is the "vrf" maillist, managed by Majordomo. To send messages to this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and unsubscriptions are done through the address "vrf-request@lvld.agilent.com". If you need details, just send a message containing the text "help" to "vrf-request@lvld.agilent.com". --------------------------------------------------------------------- |
|
相关推荐
1个回答
|
|
嗨詹姆斯,我没有看到反射器上发布的原始信息,但今天早上我已经无意中连接了一条线错误地使用了分段违规错误。
不是从函数输出整数值,而是意外地将输出连接到来自对象的序列。 这样做的结果是应该已经设置了函数之外的值的全局已经被清除并且未定义,因此在后面的公式框中调用时会导致错误。这里的主要问题是分段错误没有有用的信息来帮助 在确定问题的过程中给出了问题,因此需要对程序的相关部分进行系统扫描,以找出程序中的部分故障。 也许在您的示例中,错误仅由于不经常访问某个线程而定期发生。 Ifind分段错误是一个真正令人头痛的问题,我确信所有人都会接受更多关于错误原因的信息,如果当然这是可能的,因为我不完全理解这些错误的性质!问候,马克 WillsPrincipal ATE工程师> *电子邮件:mwills@tycoelectronics.com> *电话:+44(0)1908 574209(直线)> *电话:+44(0)1908 574200(总机)> *传真:+44( 0)1908 574300> Tyco Electronics UK Limited M / A-COM部门Featherstone RoadWolverton MillMilton KeynesMK12 5EW创造混乱乱序!> -----原始消息----->来自:James Atkin [SMTP:James.Atkin @ wireless.comdev.ca]>发送日期:2001年1月17日11:37>收件人:eshaw@comtechefdata.com>抄送:主题:回复:vrf违规分段(信号= 11)>>大家好,>>我遇到类似的问题 。 分段违规时常出现>显然没有理由。>>在主要情况下,它会在导入模块时出现。>>任何帮助或建议都会有用。>>问候,>>詹姆斯。>> - -------------------------------------------------- ----> James Atkin BEng(荣誉)AMIEE>软件工程师> Com Dev Wireless>第12单元,Humphrys Road> Woodside Estate,Dunstable> Beds,LU5 4ZH> -------------- ----------------------------------------- >>> ------- -------------------------------------------------- ------------>这是由Majordomo管理的“vrf”maillist。 要向> maillist发送消息,只需发送电子邮件至“vrf@lvld.agilent.com”。 订阅和>取消订阅通过地址>“vrf-request@lvld.agilent.com”完成。>如果您需要详细信息,只需将包含文本“help”>的消息发送到“vrf-request@lvld.agilent.com” “。> ----------------------------------------------- -------------------------------------------------- -----------------------------------------这是“vrf”maillist,管理 由Majordomo。 要向该maillist发送消息,只需发送电子邮件至“vrf@lvld.agilent.com”。 订阅和取消订阅是通过地址“vrf-request@lvld.agilent.com”完成的。如果您需要详细信息,只需将包含“help”文本的消息发送到“vrf-request@lvld.agilent.com”.--- -------------------------------------------------- ---------------- 以上来自于谷歌翻译 以下为原文 Hi James, I didn't see the original message posted on the reflector but funnily enough this morning I inadvertently connected a line incorrectly causing a segmentation violation error. Instead of outputting an integer value from a function I accidentally connected the output to a sequence out pin from an object. The result of this was that the global which should have been set with a value outside of the function had been cleared and was undefined and thus caused the error when later called in a formula box. The main problem here is that with segmentation errors no useful information to help in pinpointing the problem is given, and therefore a systematic sweep through the relevant parts of the program is needed to find the portion of the program at fault. Maybe in your example the error only occurs periodically due to a certain thread being accessed infrequently. I find segmentation errors a real headache and I'm sure that more info as to the cause of the error would be well received by all, if of course this is possible as I don't fully understand the nature of these kind of errors ! Regards, Mark Wills Principal ATE Engineer > * E-mail: mwills@tycoelectronics.com > * Phone: +44 (0)1908 574209 (direct line) > * Phone: +44 (0)1908 574200 (switchboard) > * Fax: +44 (0)1908 574300 > Tyco Electronics UK Limited M/A-COM Division Featherstone Road Wolverton Mill Milton Keynes MK12 5EW Creating chaos out of order ! > -----Original Message----- > From: James Atkin [SMTP:James.Atkin@wireless.comdev.ca] > Sent: 17 January 2001 11:37 > To: eshaw@comtechefdata.com > Cc: Subject: Re: vrf Segmentation violation (signal = 11) > > Hi all, > > I get a similar problem. The Segment Violation appears every now and then > for apparently no reason. > > In the main, it will tend to appear when importing modules. > > Any help or advise would be useful. > > Regards, > > James. > > ------------------------------------------------------- > James Atkin BEng(Hons) AMIEE > Software Engineer > Com Dev Wireless > Unit 12, Humphrys Road > Woodside Estate, Dunstable > Beds, LU5 4ZH > ------------------------------------------------------- > > --------------------------------------------------------------------- > This is the "vrf" maillist, managed by Majordomo. To send messages to > this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and > unsubscriptions are done through the address > "vrf-request@lvld.agilent.com". > If you need details, just send a message containing the text "help" > to "vrf-request@lvld.agilent.com". > --------------------------------------------------------------------- --------------------------------------------------------------------- This is the "vrf" maillist, managed by Majordomo. To send messages to this maillist, just email to "vrf@lvld.agilent.com". Subscriptions and unsubscriptions are done through the address "vrf-request@lvld.agilent.com". If you need details, just send a message containing the text "help" to "vrf-request@lvld.agilent.com". --------------------------------------------------------------------- |
|
|
|
只有小组成员才能发言,加入小组>>
1291 浏览 0 评论
2375 浏览 1 评论
2194 浏览 1 评论
2065 浏览 5 评论
2952 浏览 3 评论
1119浏览 1评论
关于Keysight x1149 Boundary Scan Analyzer
756浏览 0评论
N5230C用“CALC:MARK:BWID?”获取Bwid,Cent,Q,Loss失败,请问大佬们怎么解决呀
931浏览 0评论
1293浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-25 20:17 , Processed in 1.163482 second(s), Total 47, Slave 41 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号