Looking for saved searches? click on "Search Bugs" above.
Status
People
(Reporter: Jukka Santala, Assigned: guha)
Tracking
Details
Also see 835, the fixed META tag bug and 929 (duplicate 764, too). This problem falls in the same category. It drives me nuts, though, because today I don't seem to be able to reproduce it, and unfortunately I didn't log the stack backtrace. It was the usual IsUDF8String() assert (764) in trying to add the TITLE tag with 8 bit characters to the history entries. However, instead of failing assert when viewing that page, it now fails when browsing history (929) in what seems to be pretty much same place: XP_AssertAtLine(char * 0x008cff6c, int 0x00000051) line 2687 makeNewAssertion(RDF_TranslatorStruct * 0x0098ca70, RDF_ResourceStruct * 0x00aac8f0, RDF_ResourceStruct * 0x009919a0, void * 0x00aacca0, unsigned short 0x0003, int 0x00000001) line 81 + 72 bytes remoteStoreAdd(RDF_TranslatorStruct * 0x0098ca70, RDF_ResourceStruct * 0x00aac8f0, RDF_ResourceStruct * 0x009919a0, void * 0x00aacca0, unsigned short 0x0003, int 0x00000001) line 194 + 30 bytes collateOneHist(RDF_TranslatorStruct * 0x009c88a0, RDF_ResourceStruct * 0x009ac760, char * 0x01c6b6cb, char * 0x01c6b6b7, long 0x3628a540, long 0x3628a540, unsigned long 0x00000001, int 0x00000000) line 124 + 84 bytes collateHistory(RDF_TranslatorStruct * 0x009c88a0, RDF_ResourceStruct * 0x009ac760, int 0x00000000) line 99 + 37 bytes HistPossiblyAccessFile(RDF_TranslatorStruct * 0x009c88a0, RDF_ResourceStruct * 0x009ade10, RDF_ResourceStruct * 0x00990b40, int 0x00000001) line 618 + 21 bytes possiblyAccessFile(RDF_TranslatorStruct * 0x009c88a0, RDF_ResourceStruct * 0x009ade10, RDF_ResourceStruct * 0x00990b40, int 0x00000001) line 282 + 22 bytes remoteStoreGetSlotValuesInt(RDF_TranslatorStruct * 0x009c88a0, RDF_ResourceStruct * 0x009ade10, RDF_ResourceStruct * 0x00990b40, unsigned short 0x0001, int 0x00000001, int 0x00000001) line 358 + 21 bytes remoteStoreGetSlotValues(RDF_TranslatorStruct * 0x009c88a0, RDF_ResourceStruct * 0x009ade10, RDF_ResourceStruct * 0x00990b40, unsigned short 0x0001, int 0x00000001, int 0x00000001) line 379 + 30 bytes getSlotValues(RDF_DBStruct * 0x00a62500, RDF_ResourceStruct * 0x009ade10, RDF_ResourceStruct * 0x00990b40, unsigned short 0x0001, int 0x00000001, int 0x00000001) line 680 + 98 bytes RDF_GetSources(RDF_DBStruct * 0x00a62500, RDF_ResourceStruct * 0x009ade10, RDF_ResourceStruct * 0x00990b40, unsigned short 0x0001, int 0x00000001) line 706 + 28 bytes And: + (char*)v 0x00aacca0 "After a moment you´" (That's the page title)
| (Reporter) | ||
Comment 1•20 years ago
|
||
Just a correction on my spelling because it kills any searches I try to do, that's UTF8 not UDF8 ;) (And since the search seems to be case-insensitive, please don't say utf8, either...) The META tag fix (Forgot #) seems to give a clear fix-route for this and #929, which is related, but doubt I have time to work on this right away...
| (Reporter) | ||
Updated•20 years ago
|
||
Status: NEW → RESOLVED
Last Resolved: 20 years ago
Resolution: --- → FIXED
| (Reporter) | ||
Comment 2•20 years ago
|
||
Can't reproduce anymore. I'm taking the risk and assuming it's been fixed to clear this entry out of the way of the NGLayout ones... ;)
You need to log in
before you can comment on or make changes to this bug.
Description
•